check_calendar_availability
Check the free or busy status of multiple calendars for a specific date and time range. Returns availability in UTC.
Instructions
Check the free/busy status of one or more people's calendars for a specific date and time range. Returns when people are busy and when they're free. All times are in UTC timezone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emails | Yes | Array of email addresses to check (e.g., ['alice@example.com', 'bob@example.com']) | |
| date | Yes | The date to check in YYYY-MM-DD format (e.g., '2026-01-20') | |
| start_time | No | Optional start time in HH:MM 24-hour format (e.g., '09:00'). Defaults to 09:00. | |
| end_time | No | Optional end time in HH:MM 24-hour format (e.g., '17:00'). Defaults to 17:00. |