Updating Calendar Event result in OnlineMeeting is null

Maximilian Goch 0 Reputation points
2024-04-05T10:16:17.7333333+00:00

Hello,

I'm currently facing an issue with updating my calendar events. I want to update the individual properties of an calendar event, but whenever I update the body of the calendar event, the OnlineMeeting property becomes null afterwards. However, if I don't change the Body property, the OnlineMeeting remains. This problem seems similar to the one described in this thread: Microsoft Office 365 Update Event Not Generating Online Meeting.

Could someone please help me understand why updating the event body causes the OnlineMeeting property to become null, and how I can update the event details without losing the OnlineMeeting information?

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

1 answer

Sort by: Most helpful
  1. CharanyaB-MSFT 1,891 Reputation points Microsoft Vendor
    2024-06-04T12:30:12.62+00:00

    Hello @Maximilian Goch,

    Thank you for reaching Microsoft!

    Prior to modifying the content of an event designated as an online meeting, it is crucial to retrieve the body property, make the necessary adjustments to the content, and ensure the online meeting blob is retained. Accidental deletion of the meeting blob from the body can result in the disable of online meeting. Please refer the below screenshots and document.

    User's image

    Documentation reference: 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.