Microsoft graph API - does the calendar event create API

poovarasan d 60 Reputation points
2024-12-23T12:53:20.84+00:00

Hi all

I create the calendar event with microsoft teams online "true", when i update that event like change the subject of event with isOnlineMeeting "true" and onlineMeetingProvider "teamsforBusiness", teams meeting get deleted automatically

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

2 answers

Sort by: Most helpful
  1. Akhil Nasalwai - MSFT 165 Reputation points Microsoft Vendor
    2024-12-23T17:53:52.8566667+00:00

    Hi poovarasan d,

    Thank you for contacting Microsoft!

    As mentioned in the documentation while updating event with any changes, it is crucial to ensure that the meeting blob (which contains online meeting details) is preserved. Attached below is a reference for documentation.

    Update event

    Hope this helps.

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


  2. Yakun Huang-MSFT 8,825 Reputation points Microsoft Vendor
    2024-12-24T07:04:28.96+00:00

    Hello poovarasan d,

    Thank you for reaching out to Microsoft Support!

    I strongly agree with Akhil Nasalwai - MSFT that when you use the Graph API to update events (online meetings), be careful to include the meeting blob in the request body.

    Reference document:

    https://learn.microsoft.com/en-us/graph/api/event-update?view=graph-rest-1.0&tabs=http#notes-for-updating-specific-properties

    Hope this helps.

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

    0 comments No comments

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.