Teams Meeting Link Removed After Event Update via Microsoft Graph API

Tushar Lokhande 0 Reputation points
2025-04-29T11:57:07.1066667+00:00

When rescheduling a Teams meeting via UpdateAsync() in Microsoft Graph, even with IsOnlineMeeting = true and OnlineMeetingProvider = TeamsForBusiness, the OnlineMeeting.JoinUrl is removed and the meeting becomes a regular calendar entry.

Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Akhil Nasalwai - MSFT 1,685 Reputation points Microsoft External Staff
    2025-05-09T06:26:09.77+00:00

    Hello Tushar Lokhande,

    Thank you for reaching out to Microsoft!!

    When rescheduling a Teams meeting via UpdateAsync() in Microsoft Graph, if the OnlineMeeting.JoinUrl is removed and meeting becomes regular calendar entry, a possible work around would be explicitly including the onlineMeeting object in your update request, rather than relying on IsOnlineMeeting alone.

    Some developers also have suggested recreating the meeting instead of updating works as expected.

    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


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.