Greetings & Welcome to Microsoft Q&A forum! Thanks for posting your query!
When updating a Teams event using the Microsoft Graph API, if you are attempting to remove the virtual meeting by setting "isOnlineMeeting": false
, it is important to note that once a meeting is enabled as an online meeting, you cannot change the onlineMeetingProvider
property or set isOnlineMeeting
to false
. This means that if the event already has a virtual meeting link, the API will not allow you to remove it by simply updating the event with the same parameters.
As mentioned in this documentation the recommendation is that supply only the values for properties that should be updated in the request body. Existing properties that are not included in the request body will maintain their previous values or be recalculated based on changes to other property values.
I hope this information helps. Please do let us know if you have any further queries.
Kindly consider upvoting the comment if the information provided is helpful. This can assist other community members in resolving similar issues.
Thank you.