calendar_get_free_busy
Check availability of people in a time window, returning busy periods and per-slot free/tentative/busy/out-of-office status. Find when someone is free without exposing meeting details.
Instructions
Look up whether people are free or busy across a time window, without seeing what their meetings are. Returns per-person busy periods and a slot-by-slot free/tentative/busy/out of office breakdown. Use to answer 'when is X available'; calendar_find_meeting_times is better when the goal is a slot that suits a whole group. Requires Calendars.ReadBasic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End of the window, ISO 8601 | |
| start | Yes | Start of the window, ISO 8601 | |
| emails | Yes | Email addresses to check availability for | |
| time_zone | No | Time zone for start and end | UTC |
| interval_minutes | No | Granularity of each availability slot, 5 to 1440 |