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

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

I'm trying to get the attendees response status (accept/decline) from calendar api. But no matter I accept or decline the meeting, the response shows 'none'.

User's image

From the attendees side, I use this API to accept the event: POST /me/events/{id}/accept. After that, the responseStatus is "accepted", but the status in attendees is still "none".

User's image

From organizer side, the status of attendees is "none", too.

User's image

How can I get the correct responseStatus of attendees? Thanks!

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

1 answer

Sort by: Most helpful
  1. Ab-8756 800 Reputation points
    2023-08-29T16:27:34.3233333+00:00

    Hello Siqi Yang,
    Thank you for your post in this Q&A forum.

    I have done some tests, before accepting the invite, it shows none for everyone.
    Once one attendee accepts the invite it shows accepted and for rest it shows none.
    One of the attendees rejected the invite and it shows rejected.
    since the organizer doesn't need to response to the invite so for organizer status shows none.
    User's image

    There might be a bug causing this issue from you end, I would strongly recommend you open a ticket with Microsoft.
    Hope this helps.
    Thanks
    --please don't forget to upvote and Accept as answer if the reply is helpful—

    1 person found this answer helpful.

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.