Command
nylas calendar events rsvp
RSVP to a calendar event (accept, decline, or tentative).
Written by Qasim Muhammad Staff SRE
What does nylas calendar events rsvp do?
The nylas calendar events rsvp command responds to a calendar invitation. Pass the event ID and the status (yes, no, or maybe) as positional arguments, and add --comment to include a note. The response is sent to the organizer via the provider's native RSVP mechanism. Works with Google Calendar, Outlook, Exchange, Yahoo, iCloud, and IMAP providers.
Usage
nylas calendar events rsvp EVENT_ID STATUS [--comment TEXT]Flags
| Flag | Description |
|---|---|
| --json | Output as JSON |
| --no-color | Disable color output |
| --verbose(-v) | Enable verbose output |
| --config | Custom config file path |
| --help(-h) | Show help for the command |
| --limit | Limit results (most list commands) |
| --yes(-y) | Skip confirmations |
| --comment | Optional note sent with the RSVP |
| --calendar(-c) | Calendar ID (defaults to primary) |
Examples
The nylas calendar events rsvp command responds to a calendar invitation.
Accept a meeting invitation
nylas calendar events rsvp abc123def456 yesDecline an invitation with a note
nylas calendar events rsvp abc123def456 no --comment "I have a conflict"Example output
✓ RSVP sent for evt_abc123
Status: yes
Comment: -Troubleshooting
RSVP not reflected on the organizer's side
Some providers queue RSVP delivery. Wait 1-2 minutes and check the event again. Verify with nylas calendar events show EVENT_ID.
Invalid status value
Use exactly yes, no, or maybe. Other values like accept or decline are not supported.
Recommended guides
Book meeting rooms from the CLI
Book meeting rooms from the CLI by listing calendar resources, using each room email as a calendar ID, and adding it as an event participant with less setup.
Google Calendar API Sync Tokens
Use Google Calendar API sync tokens for incremental event sync, handle the 410 GONE full-resync, and read calendars from the CLI.
Microsoft Graph calendarView Explained
Query the Microsoft Graph calendarView endpoint for events in a date range with recurrences expanded. Compare it to list events and read calendars from the CLI.
Microsoft Graph getSchedule Free/Busy
Call the Microsoft Graph getSchedule action to read free/busy for Outlook and Exchange calendars, then check availability across providers from the CLI.
Google Workspace CLI: Limits and Alternative
What gws covers, where its OAuth scope limits and pre-1.0 status bite, and when a multi-provider email and calendar CLI is the better fit.
SavvyCal vs Nylas: Scheduling Compared
SavvyCal is a scheduling SaaS for end users. Nylas is the API and CLI for building scheduling into your product across Google, Microsoft, and iCloud calendars.
Run nylas calendar events rsvp --help for full help output.