问题
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