Respond to a meeting invitation
calendar_respond_eventReply to a meeting invitation by accepting, declining, or tentatively accepting, with an optional comment to the organizer.
Instructions
Accepts, declines, or tentatively accepts a meeting invitation, optionally with a comment to the organizer. Graph returns no content on success. Only works on events where the signed-in user is an attendee — responding to an event they organized fails. Proposing a new time is not supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Event id of the invitation to respond to. | |
| comment | No | Optional message included with the reply. | |
| response | Yes | The reply to send. | |
| sendResponse | No | Whether the organizer is notified. Defaults to true. |