Check attendee RSVPs
check_attendee_statusCheck the RSVP status of attendees for a specified event, showing accepted, declined, and pending responses. Optionally filter the report to specific attendee email addresses.
Instructions
Report who has accepted, declined or not yet answered an event invitation.
Args:
event_id: The event to inspect (from find_events).
calendar_id: Calendar the event lives on.
attendee_emails: Restrict the report to these addresses. Omit for all.
account: Account name from 'calendar-mcp accounts'; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| event_id | Yes | ||
| calendar_id | No | primary | |
| attendee_emails | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of attendees reported. | |
| event_id | Yes | Event that was checked. | |
| attendees | No | Attendees and their current RSVP state. | |
| calendar_id | Yes | Calendar the event lives on. |