Command

nylas timezone find-meeting

The nylas timezone find-meeting command calculates available meeting windows when participants span multiple timezones. Pass two or more IANA zones and an optional duration, and it returns time slots where all participants fall within business hours (9 AM - 5 PM local). Saves the manual math when coordinating across US, EU, and APAC teams.

Usage

nylas timezone find-meeting --zones ZONE1,ZONE2 [--duration MINUTES]

Flags

FlagDescription
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--limitLimit results (most list commands)
--yes(-y)Skip confirmations
--zonesComma-separated IANA timezone identifiers
--durationMeeting duration in minutes (default: 30)

Examples

Find meeting time for US and EU teams

nylas timezone find-meeting --zones America/New_York,Europe/London

Find 60-minute slot across three timezones

nylas timezone find-meeting --zones America/Los_Angeles,America/New_York,Asia/Kolkata --duration 60

Troubleshooting

No available slots found

When timezones are 10+ hours apart (e.g., US West Coast and East Asia), business hours may not overlap. Try reducing the duration or expanding to early/late hours.

Invalid zone in list

Each zone must be a valid IANA identifier separated by commas with no spaces. Example: America/New_York,Europe/Berlin

Recommended guides

Nylas CLI 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.

manus-mcp-cli: Email and Calendar MCP for Manus

Configure manus-mcp-cli to register MCP servers, send email, set up Gmail and Yahoo providers, and connect Nylas CLI as an MCP server for Manus AI.

Manus AI Meeting Scheduler with Nylas CLI

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.

Visualize Communication Patterns Between Organizations

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.

OpenClaw Nylas Plugin — npm Install Guide

Install @nylas/openclaw-nylas-plugin to give OpenClaw 14 native email, calendar, and contacts tools. Multi-account, typed schemas, auto-discovery.

Create a Manus Skill for Email and Calendar

Build a Manus AI Skill that gives your agent email and calendar access using Nylas CLI as the execution layer. Covers SKILL.md format, scripts, and setup.

Nylas CLI with OpenClaw Personal Assistant

Connect Nylas CLI to OpenClaw so your self-hosted AI assistant can read, send, and schedule email and calendar events from WhatsApp, Telegram, or Discord.

Manage Calendar from the 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 find-meeting --help for full help output.