How to get correct response status (accept/decline) of event attendees from graph calendar api?

Siqi Yang 0 Reputation points
2023-08-28T10:10:11.9633333+00:00

How to get correct response status (accept/decline) of event attendees from graph calendar api?

Microsoft Graph Calendar API
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ab-8756 795 Reputation points
    2023-08-28T19:59:20.7733333+00:00

    Hello Siqi Yang,
    Thank you for your post in this Q&A forum.
    If you do a GET request with eventid;- /users/{id | userPrincipalName}/events/{id}. The results will get you the event response status
    https://learn.microsoft.com/en-us/graph/api/event-get?view=graph-rest-1.0&tabs=http.

    Let me know if that answers your question.
    Thanks