Get event response message

Anshul Agrawal 0 Reputation points
2024-07-16T05:17:13.0966667+00:00

Is there an API that can provide the response message for an event attendee's status? We are currently using the events API to read event responses, but it does not include the response message. We want to be able to read the message along with the declined/accepted status.

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

1 answer

Sort by: Most helpful
  1. Yakun Huang-MSFT 4,955 Reputation points Microsoft Vendor
    2024-07-16T08:04:38.7233333+00:00

    Hi @Anshul Agrawal

    You can get the event with a GET request, containing the attendees attribute, which contains the status of all participants.

    The test results are as follows:

    Screenshot 2024-07-16 160123

    See this link for more information:

    https://video2.skills-academy.com/en-us/graph/api/event-get?view=graph-rest-1.0&tabs=http

    https://video2.skills-academy.com/en-us/graph/api/resources/attendee?view=graph-rest-1.0

    Hope this helps.

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


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.