get-people-availability
get-people-availabilityCheck colleagues' free/busy availability for a time window. Returns availabilityView (0=free, 1=tentative, 2=busy, 3=out of office) and busy slots while keeping event details private.
Instructions
Free/busy availability (getSchedule) of one or more colleagues' calendars for a time window. Returns availabilityView (0=free, 1=tentative, 2=busy, 3=out of office) and busy time slots - event details stay hidden unless their calendar is shared with the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | Window end, ISO local format | |
| start | Yes | Window start, ISO local format e.g. 2026-09-01T08:00:00 | |
| emails | Yes | Email addresses of the people (their calendars) to check | |
| timeZone | No | IANA time zone (default Europe/Budapest) | |
| intervalMinutes | No | availabilityView slot size in minutes (default 30) |