
Announcements
Hi all,
Hoping someone can help me with this because I'm completely stuck.
I'm having difficulty generating the online meeting url with a custom connector which used to create Calendar events for users.
The endpoint that I'm using is: POST /users/{id | userPrincipalName}/calendar/events.
When using the action in a power automate cloud flow, the flow runs successfully and creates a calendar event. However, when setting isOnlineMeeting to Yes (or true in the backend), the outputs of the value of isOnlineMeeting is set to false when inspecting the run details.
I've checked the swagger file, and there are no issues there. And when I test the Action from within the custom connector, isOnlineMeeting remains set to true and will return the onlineMeeting object.
I've also looked at the App Registration details for the graph connector and the required permissions are set for the connector.
This was working as intended about a month ago. So I'm not sure what could have changed between now and then. Does anybody know if there have been any changes to how power automate handles graph API calls?
I'm completely out of ideas so any help would be greatly appreciated lol.
Thank you!