Hello folks,
I'm looking for a way to update an existing calendar event (the event id is stored in a sharepoint list) with teams.
There is only an action available for creating a teams meeting but no update. Where the update Outlook Event (V4) is available but cannot integrate the teams link.
Regards
Hartmut
Hi, when I add the property Body is not remove the online event.
I hope help you.
I believe this issue is resolved.
I could replicate it 100% of the time last week and now it is working.
I tested some things out to narrow down the issue with Update Event (V4) removing the online Teams meeting.
I can use the graph API to change the event back to a Teams meeting.
Which means the Update Event (V4) is either inputting IsOnlineMeeting as false or it isn't including anything for this value and the default is false, thus removing the Teams meeting part of the event.
Anyone dealing with this issue will have to use the premium Invoke an HTTP request action to make a custom Microsoft Graph API call for their meeting update actions.
Personally, I don't have time to redo my flows at the moment, so I may just put a conditional at the end of my flow identifying if the event is a Teams meeting and if it is a Teams meeting, use the custom PATCH request shown above to reset the IsOnlineMeeting value to true.
Microsoft Graph documentation on this action here: https://docs.microsoft.com/en-us/graph/api/event-update?view=graph-rest-1.0&tabs=http
I'm having the same trouble. Updating an event that originally has a Teams meeting associated with it removes the online event.