Command

nylas timezone find-meeting

Find overlapping business hours across multiple timezones to schedule a meeting.

Written by Qasim Muhammad Staff SRE

What does nylas timezone find-meeting do?

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)
--end-dateEnd date for search (YYYY-MM-DD, defaults to 7 days from start)
--end-hourWorking hours end (HH:MM)
--exclude-weekendsExclude Saturday and Sunday
--start-dateStart date for search (YYYY-MM-DD, defaults to today)
--start-hourWorking hours start (HH:MM)

Examples

The nylas timezone find-meeting command calculates available meeting windows when participants span multiple timezones.

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

Example output

Meeting Time Finder

Time Zones: America/New_York,Europe/London
Duration: 1h0m0s
Working Hours: 09:00 - 17:00
Date Range: 2026-06-21 to 2026-06-28

Best overlapping slots:
  1. Mon Jun 22  13:00-14:00 UTC   score 96  (NY 09:00, London 14:00)
  2. Tue Jun 23  15:00-16:00 UTC   score 90  (NY 11:00, London 16:00)

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

Run nylas timezone find-meeting --help for full help output.