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,651 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Akhil Nasalwai - MSFT 80 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.

    0 comments No comments

  2. Yakun Huang-MSFT 8,355 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

  3. poovarasan d 60 Reputation points
    2024-12-24T07:29:04.61+00:00

    Hi Akhil

    Thanks for response.

    That is where i am confusing, i provide the meeting details while update. the details which when i used for create a event

    please refer below screen shot, and help me to understand
    below is screenshot while create event
    User's image

    and now i am try to update the event which is shown in the below screen shotsUser's image

    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.