DEV Community

Qasim Muhammad
Qasim Muhammad

Posted on

nylas calendar list — What It Does and How to Use It

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
Enter fullscreen mode Exit fullscreen mode

Examples

List calendars:

nylas calendar list
Enter fullscreen mode Exit fullscreen mode

JSON output:

nylas calendar list --json
Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode

Related Commands


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/nylasother install methods

Top comments (0)