List all calendars. No browser required.
The nylas calendar list command displays all calendars associated with your connected account — primary, shared, and subscribed calendars from Google Calendar, Outlook, or Exchange. Use --json for structured output in scripts and automation.
Quick Start
brew install nylas/nylas-cli/nylas
nylas init
nylas calendar list
Examples
List calendars:
nylas calendar list
JSON output:
nylas calendar list --json
How It Works
Calendar APIs are notoriously inconsistent across providers. Google Calendar uses RFC 5545 recurrence rules, Outlook uses its own format, and Exchange has yet another. The Nylas CLI normalizes all of this behind a consistent interface.
Syntax
nylas calendar list
Related Commands
-
nylas calendar events list— List upcoming calendar events -
nylas calendar schedule ai— AI-powered natural language scheduling -
nylas calendar ai conflicts— Detect scheduling conflicts with AI analysis -
nylas calendar ai reschedule— AI-powered meeting rescheduling with alternative suggestions
Full docs: nylas calendar list reference — all flags, advanced examples, and troubleshooting.
All commands: Nylas CLI Command Reference
Get started: brew install nylas/nylas-cli/nylas — other install methods
Top comments (0)