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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,268 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ab-8756 800 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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.