Forum Discussion
Power Automate JSON add co-organizer
What do you mean by Co-Organizers? do you mean Required Attendees?
It would be good if you can share some screen shot of your Power Automate to see which API you are using to creates Teams meetings
kalpeshvaghela you can open a meeting from the Teams calendar then choose meeting options, from where you can add meeting co-organizers. I need to be able to do that using Power Automate, and likely JSON (which creates the meeting initially). Ideally I'd be able to create the event and set all options using a JSON post.
- kalpeshvaghelaSep 08, 2022Iron Contributor
According to Official documentation of Graph API, it's not possible to add multiple co-organizers while adding meeting or updating meeting using Graph API. It's not even possible with beta version of graph API.
- https://docs.microsoft.com/en-us/graph/api/user-post-events?view=graph-rest-beta&tabs=http
- Event JSON Object Schema - https://docs.microsoft.com/en-us/graph/api/resources/event?view=graph-rest-beta#properties - Here organizer is the single property where you can provide only one user.
Hope it will helpful to you and if so then Please mark my response as Best Response & Like to help others in this community