Find meeting slots
find_meeting_slotsFind available meeting slots that fall inside every participant's working hours. Each returned slot includes UTC time, local times for attendees, and a fairness score.
Instructions
Rank the times when every participant is inside their own working hours. Returns each slot as a UTC instant with the local time for every participant and a fairness score, best first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | How many days ahead to search, default 5, at most 366. Free tier: a search longer than 5 days is shortened to 5, not refused | |
| limit | No | How many slots to return, default 8. Slots are ranked by fairness: the score is the WORST participant's distance in hours from 13:00 local, so a slot that is 07:00 for one person never outranks one that suits everybody | |
| recurring | No | Pro: also report the weekly recurring times that work on every searched weekday | |
| participants | Yes | Who has to attend. A zone is OPTIONAL per person: a saved contact supplies their own, and anyone left without one (you, typically) takes the timezone on your shared business profile, so never ask the caller what timezone they are in - include yourself by name and let the server resolve it. Every slot returned is inside all of their hours; weekends in the first participant's zone are skipped. Free tier: up to 3 participants | |
| earliest_date | No | First date to consider, YYYY-MM-DD, default today | |
| duration_minutes | No | Meeting length in minutes, default 60, at most 1440 |