Microsoft team link is not appearing for alternate update calendar events

折月煮酒 提交于 2021-02-11 14:31:22

问题


I am using Microsoft graph API to create and update calendar events.

While creating an event with Teams selected, a calendar event will be created and an email got sent with team link but on updating the same event, team link is missing in email.

Like that for alternate update events team link is missing

Can anyone help?


回答1:


To keep the meeting link, do not update the body in the request, and it should work.

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. Please try the same after removing body in the request. The isOnlineMeeting value will not toggle. Hence the link will remain.

Please refer -> https://github.com/microsoftgraph/microsoft-graph-docs/issues/10618



来源:https://stackoverflow.com/questions/65320427/microsoft-team-link-is-not-appearing-for-alternate-update-calendar-events

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!