Skip to content

Commit da63f2f

Browse files
authored
Merge pull request #25903 from microsoftgraph/yuyaolian/update-om-expiry
add note about expiry time of online meeting
2 parents f01cf1d + ab86725 commit da63f2f

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

api-reference/beta/resources/onlinemeeting.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ This resource supports subscribing to [change notifications](/graph/webhooks). F
2020

2121
Inherits from [onlineMeetingBase](../resources/onlinemeetingbase.md).
2222

23+
> [!CAUTION]
24+
>
25+
> Microsoft Graph online meeting APIs that support Microsoft Teams live events are deprecated and stopped returning data on September 30, 2024. New Microsoft Graph APIs will replace these APIs in spring of 2025. For more information, see [Retirement of Teams live events API on Microsoft Graph](https://devblogs.microsoft.com/microsoft365dev/deprecation-of-teams-live-events-api-on-microsoft-graph/).
26+
2327
## Methods
2428

2529
| Method | Return Type |Description |
@@ -34,11 +38,8 @@ Inherits from [onlineMeetingBase](../resources/onlinemeetingbase.md).
3438

3539
> [!NOTE]
3640
>
37-
> A bearer token is required for the `Authorization` header for all the methods listed in the previous table. For details about how to get the `token` for the `Authorization` header, see [Get access on behalf of a user](/graph/auth-v2-user?tabs=http#3-request-an-access-token).
38-
39-
> [!CAUTION]
40-
>
41-
> Graph Online Meeting APIs that support Microsoft Teams live event is deprecated and will stop functioning on September 30, 2024. New Graph APIs will replace this in Spring of 2024. For more information, see [Retirement of Teams live events API on Microsoft Graph](https://devblogs.microsoft.com/microsoft365dev/deprecation-of-teams-live-events-api-on-microsoft-graph/).
41+
> - A bearer token is required for the `Authorization` header for all the methods listed in the previous table. For details about how to get the `token` for the `Authorization` header, see [Get access on behalf of a user](/graph/auth-v2-user?tabs=http#3-request-an-access-token).
42+
> - The expiry time for online meetings is set to 60 days after the meeting's start or end time. If the meeting is updated or activated before it expires, the expiry time will be extended by another 60 days.
4243
4344
## Properties
4445

api-reference/v1.0/resources/onlinemeeting.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Namespace: microsoft.graph
1414

1515
Contains information about a meeting, including the URL used to join a meeting, the attendees list, and the description.
1616

17+
> [!CAUTION]
18+
>
19+
> Microsoft Graph online meeting APIs that support Microsoft Teams live events are deprecated and stopped returning data on September 30, 2024. New Microsoft Graph APIs will replace these APIs in spring of 2025. For more information, see [Retirement of Teams live events API on Microsoft Graph](https://devblogs.microsoft.com/microsoft365dev/deprecation-of-teams-live-events-api-on-microsoft-graph/).
20+
1721
## Methods
1822

1923
| Method | Return Type | Description |
@@ -28,10 +32,8 @@ Contains information about a meeting, including the URL used to join a meeting,
2832

2933
> [!NOTE]
3034
>
31-
> A bearer token is required for the `Authorization` header for all the methods listed in the previous table. For details about how to get the `token` for the `Authorization` header, see [Get access on behalf of a user](/graph/auth-v2-user?tabs=http#3-request-an-access-token).
32-
33-
> [!CAUTION]
34-
> Teams live events was not removed on September 30, 2024, as previously announced. You can continue to use Teams live events; however, to get the latest new features and experiences, we recommend that you use [Teams town halls](https://support.microsoft.com/en-us/office/switch-from-microsoft-teams-live-events-to-town-halls-c71bf6e2-ece1-4809-900e-51271f39ac72) and the [Microsoft Graph virtual event townhall APIs](../resources/virtualeventtownhall.md) instead.
35+
> - A bearer token is required for the `Authorization` header for all the methods listed in the previous table. For details about how to get the `token` for the `Authorization` header, see [Get access on behalf of a user](/graph/auth-v2-user?tabs=http#3-request-an-access-token).
36+
> - The expiry time for online meetings is set to 60 days after the meeting's start or end time. If the meeting is updated or activated before it expires, the expiry time will be extended by another 60 days.
3537
3638
## Properties
3739

0 commit comments

Comments
 (0)