How long will the online meeting APIs continue to return data?

Goktug 0 Reputation points
2024-09-16T08:04:30.08+00:00

1st question, This page states that online meeting APIs will stop returning data at the end of September.
https://learn.microsoft.com/en-us/graph/api/onlinemeeting-get?view=graph-rest-1.0&tabs=http

However, it is stated in the blog pages and updates that live events will continue. Does the continuation of live events mean that the APIs will continue as well?

2nd question, how long are online meetings stored? I think it's a short time because I get a not found error.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,031 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Yakun Huang-MSFT 4,720 Reputation points Microsoft Vendor
    2024-09-18T02:29:41.94+00:00

    Hi @Goktug

    Yes, according to an updated statement on the blog, the API will continue to work.

    User's image

    The storage time of an online meeting should be a long time. As long as you do not delete the meeting, the meeting will always exist. If you do not find the reason, please check whether the meeting ID is correct.

    Hope this helps.

    If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.


  2. Goktug 0 Reputation points
    2024-09-18T12:24:13.8166667+00:00

    Thank you @Yakun Huang-MSFT I get the meeting ID by using joinURL with graph API. Like this request; "GET users/userId/onlineMeetings?$filter=JoinWebUrl eq joinUrl" I'm not exactly sure, but I think it will happen some time after the meeting (not too long, maybe a week), exactly same request with same parameters returning me with "not found".

    Do you have any information/guess as to the reason for this?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.