Time Zone Workflow Scheduler

Compare multiple participants across time zones, find overlapping working windows, and export the best meeting slots to ICS

Paste one participant per line using the format "Name,TimeZone,09:00,17:00". The scheduler searches a date range, finds overlap windows that fit every participant, and exports the best meeting options to ICS.

Example line:
Alice,America/New_York,09:00,17:00

What it does:

  • visualizes overlap windows across multiple days
  • respects each participant's time zone and local working window
  • can limit search to weekdays
  • exports the best candidate slots as an ICS file

Example Results

1 examples

Find a cross-timezone team sync that works for New York, London, and Shanghai

Search the next few days, show every overlap window, and export the best candidates to ICS for calendar handoff.

Overlap windows
View input parameters
{ "participants": "Alice,America/New_York,08:00,16:00\nBen,Europe/London,13:00,18:00\nCarla,America/Sao_Paulo,09:00,17:00", "searchStartDate": "2026-04-08", "searchDays": 5, "meetingDurationMinutes": 60, "weekdaysOnly": true, "exportEventTitle": "Global team sync" }

Key Facts

Category
Math, Date & Finance
Input Types
textarea, text, number, checkbox
Output Type
html
Sample Coverage
4
API Ready
Yes

Overview

The Time Zone Workflow Scheduler is a specialized tool designed to coordinate meetings across multiple global regions by identifying overlapping working hours. By inputting participant names, time zones, and local availability, users can visualize common availability windows and export optimized meeting slots directly to ICS files for seamless calendar integration.

When to Use

  • Coordinating recurring syncs for distributed teams across different continents.
  • Finding a one-time meeting slot that respects the local working hours of all international stakeholders.
  • Planning complex project workflows where participants in disparate time zones need real-time collaboration windows.

How It Works

  • Input participant details using the 'Name,TimeZone,Start,End' format to define individual availability.
  • Configure search parameters including the start date, duration of the search, and the required meeting length.
  • Review the generated visualization of overlapping windows that fit every participant's local working hours.
  • Select the preferred time slot and export the details as an ICS file to add the event to your calendar.

Use Cases

Scheduling a global product launch meeting between teams in New York, London, and Tokyo.
Finding a 60-minute window for a technical handoff between developers in San Francisco and Bangalore.
Organizing a weekly executive briefing that accommodates the morning hours of US participants and evening hours of European partners.

Examples

1. Global Engineering Sync

Project Manager
Background
A project manager needs to align engineers in New York, London, and Sao Paulo for a sprint planning session.
Problem
Manually calculating time differences and checking against three different sets of working hours is error-prone and time-consuming.
How to Use
Enter the three participants with their respective time zones and 9-to-5 windows, then set a 60-minute duration.
Example Config
Alice,America/New_York,08:00,16:00
Ben,Europe/London,13:00,18:00
Carla,America/Sao_Paulo,09:00,17:00
Outcome
The tool identifies a 2-hour daily overlap window and provides an ICS file for the chosen slot.

2. Cross-Continental Sales Training

HR Coordinator
Background
An HR coordinator is organizing a training session for sales representatives located in London and Shanghai.
Problem
The significant time difference makes it difficult to find any overlap during standard business hours without one party working late.
How to Use
Input the London and Shanghai time zones and search over a 5-day period to find the most viable morning/evening overlap.
Example Config
Sarah,Europe/London,09:00,17:00
Li,Asia/Shanghai,09:00,18:00
Outcome
The scheduler highlights a narrow window at 09:00 London time (16:00/17:00 Shanghai time) and exports it to the team calendar.

Try with Samples

date-&-time

Related Hubs

FAQ

How do I format the participant list?

Use the format 'Name,TimeZone,HH:MM,HH:MM' with one participant per line.

Can I exclude weekends from the search?

Yes, enable the 'Weekdays Only' checkbox to restrict results to Monday through Friday.

What is the maximum search range?

You can search for overlapping windows up to 30 days from your chosen start date.

Does the tool handle Daylight Saving Time?

Yes, it uses standard IANA time zone identifiers to accurately calculate local offsets for the specific dates selected.

What file format is used for calendar export?

The tool generates an ICS file, which is compatible with Google Calendar, Outlook, and Apple Calendar.

API Documentation

Request Endpoint

POST /en/api/tools/time-zone-workflow-scheduler

Request Parameters

Parameter Name Type Required Description
participants textarea Yes -
searchStartDate text No -
searchDays number No -
meetingDurationMinutes number No -
weekdaysOnly checkbox No -
exportEventTitle text No -

Response Format

{
  "result": "
Processed HTML content
", "error": "Error message (optional)", "message": "Notification message (optional)", "metadata": { "key": "value" } }
HTML: HTML

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-time-zone-workflow-scheduler": {
      "name": "time-zone-workflow-scheduler",
      "description": "Compare multiple participants across time zones, find overlapping working windows, and export the best meeting slots to ICS",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=time-zone-workflow-scheduler",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]