Command
nylas timezone dst
The nylas timezone dst command displays Daylight Saving Time transition dates for any IANA timezone. It shows the next spring-forward and fall-back timestamps, the UTC offset before and after each transition, and how many minutes shift. Useful for scheduling emails and calendar events that need to account for DST changes across Gmail, Outlook, Exchange, Yahoo, iCloud, and IMAP providers.
Usage
nylas timezone dst --zone TIMEZONEFlags
| 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 |
| --zone | IANA timezone identifier (e.g., America/New_York, Europe/London) |
Examples
Check US Eastern DST transitions
nylas timezone dst --zone America/New_YorkCheck EU DST transitions
nylas timezone dst --zone Europe/LondonJSON output for scripting
nylas timezone dst --zone Asia/Tokyo --jsonTroubleshooting
Unknown timezone error
Use full IANA timezone names (America/New_York, not EST). Run `nylas timezone list` to see all valid identifiers.
No DST transitions shown
Some timezones don't observe DST (e.g., Asia/Tokyo, America/Phoenix). The command correctly reports no transitions for these zones.
Recommended guides
Google Calendar Ownership Changes
Personal accounts lose orphan secondary calendars April 27, 2026. Workspace starts October 5, 2026. New ownership transfer API in June.
Nylas vs Recall.ai for AI Agent Email
Compare Nylas CLI and Recall.ai for AI agent email access. One handles email and calendar, the other handles meeting recordings. Pick the right tool.
Manage Exchange Calendar from the CLI
Create, list, and update Exchange calendar events from the command line. Book rooms and check availability without EWS, PowerShell, or Graph API.
Manage iCloud Calendar from the CLI
Create, list, and update iCloud Calendar events from the command line. Skip CalDAV setup and app-specific passwords. Works with shared calendars.
Manage Yahoo Calendar from the CLI
Create, list, and update Yahoo Calendar events from the command line. No CalDAV config or app passwords required. OAuth2 handled automatically.
Manage Google Calendar from the CLI
Create, list, and update Google Calendar events from the command line. Check availability and find mutual times without Google Calendar API setup.
Manage Outlook Calendar from the CLI
Create, list, and update Outlook calendar events from the command line. Check availability and book rooms without Graph API or Azure AD setup.
Connect Nylas Email and Calendar to Manus MCP
Register Nylas CLI as a Manus MCP server for email and calendar access. Focused on Nylas setup inside the Manus sandbox.
Manus AI Meeting Scheduler
Schedule meetings with natural language using Manus AI and Nylas CLI. Check availability, find mutual times, and create calendar events.
Manus AI vs Claude Code for Email Automation
Side-by-side comparison of Manus AI Skills and Claude Code MCP for email and calendar automation. Same Nylas CLI commands, different agent runtimes.
Map Communication Patterns Between Orgs
Map inter-org communication networks, identify key stakeholders, score relationship strength, and detect single-threaded risk from email data.
Reconstruct Org Charts from Email CC Patterns
Infer reporting lines, detect managers from CC behavior, and estimate seniority from email response patterns. Build org charts from inbox data with Nylas CLI.
Automate Email and Calendar in PowerShell
Cross-provider email and calendar automation in PowerShell using Nylas CLI. Read emails, create events, check availability, and schedule meetings from scripts.
Connect Voice Agents to Email and Calendar
Bridge LiveKit, Vapi, or any voice agent framework to email and calendar using Nylas CLI as a subprocess. Complete Python examples.
Install the OpenClaw Nylas Plugin
Install @nylas/openclaw-nylas-plugin to add native email, calendar, and contact tools to OpenClaw. Covers API key setup, grant discovery, and plugin vs exec.
Build a Manus Skill for Nylas Email & Calendar
Build a Nylas-focused Manus Skill with SKILL.md and setup scripts so the agent can handle inbox, calendar, and contact workflows in the sandbox.
Connect OpenClaw to Nylas for Email and Calendar
Use OpenClaw's exec tool to run Nylas CLI for inbox access, email sending, calendar scheduling, and contact search. Covers TOOLS.md, exec approvals, and PATH setup.
Manage Calendar Events from Terminal
Create, list, update, and delete calendar events from your terminal with Nylas CLI. DST-aware scheduling, timezone conversion, and AI-powered meeting finder.
Build an LLM Agent with Email & Calendar Tools
Add email and calendar tools to your LLM agent using Nylas CLI subprocess commands. List messages, send email, and create events without writing API clients.
Give AI Agents Email Access via MCP
Set up Nylas CLI as an MCP server so Claude, Cursor, Windsurf, and VS Code can read, send, and schedule email and calendar events in one command.
Run nylas timezone dst --help for full help output.