find_meeting_slots
Find available meeting times that overlap across participants in different timezones, excluding weekends and public holidays. Search by duration and date range to get matching slots.
Instructions
Find working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, excluding weekends and (when a country is given per participant) that person's public holidays. Free tier returns at most 1 slot; the paid endpoint returns every matching slot (see 'upgrade' in the response).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration | Yes | Meeting duration in minutes. | |
| date_range | Yes | Inclusive date window to search, e.g. { "start":"2026-07-13", "end":"2026-07-17" }. | |
| participants | Yes | The people to meet. Each participant is { timezone (IANA, required), working_hours? { start, end }, country? (ISO alpha-2) }. |