Skip to content

Commit f0a5029

Browse files
committed
Acrolynx
1 parent 3c7253b commit f0a5029

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

articles/event-grid/outlook-events.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ ms.date: 05/22/2024
77

88
# Microsoft Outlook events
99

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).
1111

1212
## 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.
1413

1514
| Event name | Description |
1615
| ---------- | ----------- |
@@ -323,12 +322,12 @@ The data object has the following properties:
323322
| `@odata.id` | string | The Graph API resource identifier for which the event was raised. |
324323
| `id` | string | The resource identifier for which the event was raised. |
325324
| `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. |
327326
| `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. |
329328
| `subscriptionId` | string | The Graph API subscription identifier. |
330329
| `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. |
332331

333332

334333
## Next steps
@@ -337,4 +336,4 @@ The data object has the following properties:
337336
* 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).
338337
* For information about Azure Event Grid event handlers, see [event handlers](event-handlers.md).
339338
* 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).

articles/event-grid/partner-events-graph-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ ms.date: 05/22/2024
77

88
# Microsoft Graph API events
99

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.
1111

1212
## Graph API event sources
1313

1414

15-
|Microsoft event source |Resource(s) | Available event types |
15+
|Microsoft event source |Resources | Available event types |
1616
|:--- | :--- | :----|
1717
| Microsoft Entra ID | [User](/graph/api/resources/user), [Group](/graph/api/resources/group) | [Microsoft Entra event types](microsoft-entra-events.md) |
1818
| 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) |

articles/event-grid/subscribe-to-graph-api-events.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 05/22/2024
1313
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)
1414
.
1515

16-
|Microsoft event source |Resource(s) | Available event types |
16+
|Microsoft event source |Resources | Available event types |
1717
|:--- | :--- | :----|
1818
| Microsoft Entra ID | [User](/graph/api/resources/user), [Group](/graph/api/resources/group) | [Microsoft Entra event types](microsoft-entra-events.md) |
1919
| 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) |
@@ -124,13 +124,13 @@ Content-type: application/json
124124
---
125125

126126
- `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.
128128
```azurecli-interactive
129129
az account list-locations
130130
```
131131
- `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*.
132132
- 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).
134134
- 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).
135135

136136
> [!IMPORTANT]

0 commit comments

Comments
 (0)