RSVP to an event
respond_to_eventSet your RSVP for a received calendar invitation: accepted, declined, tentative, or needsAction. Optionally add a comment and notify the organizer; only your response changes.
Instructions
Set the user's own RSVP on an invitation they have received.
Only works on events the user is an attendee of; it does not change anyone else's response.
Args:
event_id: The invitation to answer (from find_events).
response_status: 'accepted', 'declined', 'tentative' or 'needsAction'.
calendar_id: Calendar the invitation lives on.
comment: Optional note sent to the organizer with the RSVP.
send_notifications: Whether Google emails the organizer. Default true.
account: Account name from 'calendar-mcp accounts'; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| comment | No | ||
| event_id | Yes | ||
| calendar_id | No | primary | |
| response_status | Yes | ||
| send_notifications | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | The event after the operation. | |
| message | No | One-line human-readable summary of what happened. | |
| calendar_id | Yes | Calendar the event lives on. |