I am using Exchange events action to add a meeting request to the meeting participants. Everything works fine, but it is not possible to add parameters isOnlineMeeting, onlineMeeting, and onlineMeetingProvider. I tried to resolve this by updating the calendar entry via MS Graph API – Calendar/events.
From the Exchange identifier, I was able to determine what would the id of the event be (everything behind #), but when trying to update the event with two additional parameters (isOnlineMeeting, and onlineMeetingProvider), I got the following response:
{
"error": {
"code": "RequestBroker--ParseUri",
"message": "Resource not found for the segment 'QSIqpc178RLEUBwAOebtldQpXQYuXrQU7MnmzAAAAAAENAAAOebtldQpXQYuXrQU7MnmzAAGXoPJPAAA='."
}
}
The request was: PATCH v1.0/users/[user id]/calendar/events/Field value (meeting ID - raw)
I also tried to create a meeting with an API and then update the meeting with additional parameters, and that worked. Probably there is something in the procedure of how Webcon action creates an event, that does not allow to add additional properties for the online meeting.
Has anybody faced the same problem, has a resolution or could explain how the Webcon action creates the event and how exchange identifier is formed?
Best regards
Aleš