How to add co-host or co-organizer to an event using ms graph api's ?

Ritik joshi 1 Reputation point
2022-11-30T13:11:27.4+00:00

we have different users and for them, I can create events with meeting in their calendars by using graph API but in Case any user is not available to attend the event so I want that any other co-organizer or co-host can attend that event, I don't know how to create events with a co-host or co-organizer

so here the organizers are tutors and attendees are students so I mean if any tutor is not available to take the class so there should be a co-host or co-organizer(co-teacher) of that meeting( class ) so they can take the class in place of an unavailable tutor

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,592 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bhanu Kiran 3,526 Reputation points
    2022-12-28T01:10:42.21+00:00

    Hi @Ritik joshi ,

    You can request /me/onlineMeetings/createOrGetAPI, and then add the organizer to the request body.

    274416-image.png

    Please refer the below links
    https://learn.microsoft.com/en-us/graph/api/onlinemeeting-createorget?view=graph-rest-1.0&&tabs=http

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.

    0 comments No comments