You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/outlook-events.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,9 @@ ms.date: 05/22/2024
7
7
8
8
# Microsoft Outlook events
9
9
10
-
This article provides the properties and schema for Microsoft Outlook events, which are published by Microsoft Graph API. For an introduction to event schemas, see [CloudEvents schema](cloud-event-schema.md).
10
+
This article provides the properties and schema for Microsoft Outlook events that the Microsoft Graph API publishes. For an introduction to event schemas, see [CloudEvents schema](cloud-event-schema.md).
11
11
12
12
## Available event types
13
-
These events are triggered when an Outlook event or an Outlook contact is created, updated or deleted or by operating over those resources using Microsoft Graph API.
14
13
15
14
| Event name | Description |
16
15
| ---------- | ----------- |
@@ -323,12 +322,12 @@ The data object has the following properties:
323
322
|`@odata.id`| string | The Graph API resource identifier for which the event was raised. |
324
323
|`id`| string | The resource identifier for which the event was raised. |
325
324
|`organizationId`| string | The Outlook tenant identifier. |
326
-
|`eventTime`| string | The time at which the resource state occurred. |
325
+
|`eventTime`| string | The time when the resource state occurred. |
327
326
|`sequenceNumber`| string | A sequence number. |
328
-
|`subscriptionExpirationDateTime`| string | The time in [RFC 3339](https://tools.ietf.org/html/rfc3339) format at which the Graph API subscription expires. |
327
+
|`subscriptionExpirationDateTime`| string | The time in [Request for Change (RFC) 3339](https://tools.ietf.org/html/rfc3339) format at which the Graph API subscription expires. |
329
328
|`subscriptionId`| string | The Graph API subscription identifier. |
330
329
|`tenantId`| string | The Outlook tenant identifier. |
331
-
|`otherResourceData`| string | Placeholder that represents one or more dynamic properties that may be included in the event. |
330
+
|`otherResourceData`| string | Placeholder that represents one or more dynamic properties that might be included in the event. |
332
331
333
332
334
333
## Next steps
@@ -337,4 +336,4 @@ The data object has the following properties:
337
336
* For information on how to subscribe to Microsoft Graph API to receive Outlook events, see [subscribe to Azure Graph API events](subscribe-to-graph-api-events.md).
338
337
* For information about Azure Event Grid event handlers, see [event handlers](event-handlers.md).
339
338
* For more information about creating an Azure Event Grid subscription, see [create event subscription](subscribe-through-portal.md#create-event-subscriptions) and [Event Grid subscription schema](subscription-creation-schema.md).
340
-
* For information about how to configure an event subscription to select specific events to be delivered, consult [event filtering](event-filtering.md). You may also want to refer to [filter events](how-to-filter-events.md).
339
+
* For information about how to configure an event subscription to select specific events to be delivered, consult [event filtering](event-filtering.md). You might also want to refer to [filter events](how-to-filter-events.md).
Copy file name to clipboardExpand all lines: articles/event-grid/partner-events-graph-api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,12 @@ ms.date: 05/22/2024
7
7
8
8
# Microsoft Graph API events
9
9
10
-
Microsoft Graph API provides a unified programmable model that you can use to receive events about state changes of resources in Microsoft Outlook, Teams, SharePoint, Microsoft Entra ID, Microsoft Conversations, and security alerts. For every resource in the following table, events for create, update and delete state changes are supported.
10
+
Microsoft Graph API provides a unified programmable model that you can use to receive events about state changes of resources in Microsoft Outlook, Teams, SharePoint, Microsoft Entra ID, Microsoft Conversations, and security alerts. For every resource in the following table, events for create, update, and delete state changes are supported.
11
11
12
12
## Graph API event sources
13
13
14
14
15
-
|Microsoft event source |Resource(s)| Available event types |
15
+
|Microsoft event source |Resources| Available event types |
16
16
|:--- | :--- | :----|
17
17
| Microsoft Entra ID |[User](/graph/api/resources/user), [Group](/graph/api/resources/group)|[Microsoft Entra event types](microsoft-entra-events.md)|
18
18
| Microsoft Outlook|[Event](/graph/api/resources/event) (calendar meeting), [Message](/graph/api/resources/message) (email), [Contact](/graph/api/resources/contact)|[Microsoft Outlook event types](outlook-events.md)|
Copy file name to clipboardExpand all lines: articles/event-grid/subscribe-to-graph-api-events.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.date: 05/22/2024
13
13
This article describes steps to subscribe to events published by Microsoft Graph API. The following table lists the event sources for which events are available through Graph API. For most resources, events announcing its creation, update, and deletion are supported. For detailed information about the resources for which events are raised for event sources, see [supported resources by Microsoft Graph API change notifications](/graph/webhooks#supported-resources)
14
14
.
15
15
16
-
|Microsoft event source |Resource(s)| Available event types |
16
+
|Microsoft event source |Resources| Available event types |
17
17
|:--- | :--- | :----|
18
18
| Microsoft Entra ID |[User](/graph/api/resources/user), [Group](/graph/api/resources/group)|[Microsoft Entra event types](microsoft-entra-events.md)|
19
19
| Microsoft Outlook|[Event](/graph/api/resources/event) (calendar meeting), [Message](/graph/api/resources/message) (email), [Contact](/graph/api/resources/contact)|[Microsoft Outlook event types](outlook-events.md)|
-`changeType`: the kind of resource changes for which you want to receive events. Valid values: `Updated`, `Deleted`, and `Created`. You can specify one or more of these values separated by commas.
127
-
-`notificationUrl`: a URI used to define the partner topic to which events are sent. It must conform to the following pattern: `EventGrid:?azuresubscriptionid=<you-azure-subscription-id>&resourcegroup=<your-resource-group-name>&partnertopic=<the-name-for-your-partner-topic>&location=<the-Azure-region-name-where-you-want-the-topic-created>`. The location (also known as Azure region) `name` can be obtained by executing the **az account list-locations** command. Don't use a location display name. For example, don't use "West Central US". Use `westcentralus` instead.
127
+
-`notificationUrl`: a URI used to define the partner topic to which events are sent. It must conform to the following pattern: `EventGrid:?azuresubscriptionid=<you-azure-subscription-id>&resourcegroup=<your-resource-group-name>&partnertopic=<the-name-for-your-partner-topic>&location=<the-Azure-region-name-where-you-want-the-topic-created>`. The location (also known as Azure region) `name` can be obtained by executing the **az account list-locations** command. Don't use a location display name. For example, don't use West Central US. Use `westcentralus` instead.
128
128
```azurecli-interactive
129
129
az account list-locations
130
130
```
131
131
-`lifecycleNotificationUrl`: a URI used to define the partner topic to which `microsoft.graph.subscriptionReauthorizationRequired`events are sent. This event signals your application that the Graph API subscription is expiring soon. The URI follows the same pattern as *notificationUrl* described earlier if using Event Grid as destination to lifecycle events. In that case, the partner topic should be the same as the one specified in *notificationUrl*.
132
132
- resource: the resource that generates events that announce state changes.
133
-
- expirationDateTime: the expiration time at which the subscription expires and the flow of events stop. It must conform to the format specified in [RFC 3339](https://tools.ietf.org/html/rfc3339). You must specify an expiration time that is within the [maximum subscription length allowable per resource type](/graph/api/resources/subscription#subscription-lifetime).
133
+
- expirationDateTime: the expiration time at which the subscription expires and the flow of events stop. It must conform to the format specified in [Request for Change (RFC) 3339](https://tools.ietf.org/html/rfc3339). You must specify an expiration time that is within the [maximum subscription length allowable per resource type](/graph/api/resources/subscription#subscription-lifetime).
134
134
- client state. This property is optional. It's used for verification of calls to your event handler application during event delivery. For more information, see [Graph API subscription properties](/graph/api/resources/subscription#properties).
0 commit comments