Microsoft team link is not appearing for alternate update calendar events

Rao Safdar Iqbal 21 Reputation points
2022-11-12T08:38:38.537+00:00

When I create the calendar event with graph api first time I am receiving the online meeting link but one I update this event with body I am not receiving the online meeting link is there any update on this , I know if we don't pass the body it is working fine but I want to update body and still want online meeting link in it please if there is any update let me know

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,039 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,230 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,585 questions
0 comments No comments
{count} votes

Accepted answer
  1. Gopinath Chennamadhavuni 2,436 Reputation points
    2022-11-14T05:21:48.12+00:00

    Hi @Rao Safdar Iqbal ,

    Thanks for reaching out.

    As per my knowledge and documentation, This is by design. To keep the meeting link, do not update the body in the request, and it should work.

    Before updating the body of an event that has been set up as an online meeting, be sure to first get the body property, apply the appropriate changes to the content, and preserve the meeting blob for online meeting. Inadvertently removing the meeting blob from the body would disable meeting online.

    The issue is happening because of a fix / feature that has been implemented on outlook end where it is cleaning up the online meeting properties if the Teams meeting blob is removed from the body.

    I am able to replicate it. As a work around you can use PATCH body by writing the URL of TeamsMeeting into the body.

    Hope this helps.

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


0 additional answers

Sort by: Most helpful

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.