Calendar management belongs in the terminal too. nylas calendar events list works with Google Calendar, Outlook, and Exchange.
The nylas calendar events list command displays upcoming events from your connected calendar. Specify --days to control the look-ahead window and --timezone to display times in a specific zone.
Quick Start
brew install nylas/nylas-cli/nylas
nylas init
nylas calendar events list
Syntax
nylas calendar events list [--days N] [--timezone ZONE]
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.
Key Flags
Run nylas calendar events list --help to see all available flags. Add --json for machine-readable output â useful when piping into jq or feeding data to scripts.
nylas calendar events list --help
Examples
Next 7 days:
nylas calendar events list --days 7
Related Commands
-
nylas calendar schedule aiâ AI-powered natural language scheduling -
nylas calendar listâ List all calendars -
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 events 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)