Create a new calendar event with participants, location, and description. No browser required.
The nylas calendar events create command adds a new event to your connected calendar. Specify --title, --start, and --end at minimum.
Syntax
nylas calendar events create --title TITLE --start START --end END [--participants EMAILS] [--location LOC] [--description DESC]
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.
Example
nylas calendar events create
Tips
Combine with other commands: Chain nylas calendar events create with other Nylas CLI commands using shell pipes and variables for complex workflows.
Debug mode: Add --verbose to see the underlying API requests and responses — useful when something doesn't behave as expected.
Related Commands
-
nylas calendar events list— List upcoming calendar events -
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
Full docs: nylas calendar events create 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)