Read Free/Busy Schedule
get_user_availabilityCheck people's availability from their Exchange schedule without requiring calendar folder sharing. Shows busy blocks and meeting subjects when accessible.
Instructions
Read someone's schedule: their busy blocks, WITH MEETING SUBJECTS.
Works for a colleague who has not shared their calendar folder, where
get_calendar_events(person=…) needs exactly that sharing and otherwise fails
with "Доступ запрещён". Subjects appear when their sharing level exposes
details; otherwise subject is null and the busy intervals remain.
For "when can we all meet?" use find_meeting_time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | window end. Default start + 7 days. | |
| start | No | window start, ISO 8601. Default now. | |
| people | Yes | addresses or names to check (an ambiguous name is refused). | |
| interval | No | minutes per slot in the merged status string. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |