calendar_freebusy_query
Check availability by querying free/busy status for one or more calendars over a specified time range, returning busy and free intervals to help schedule meetings.
Instructions
Query free/busy information for one or more calendars over a time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Calendars/groups to query, as JSON array string, e.g. '[{"id":"primary"}]' | |
| timeMax | Yes | End of the interval, RFC3339 timestamp | |
| timeMin | Yes | Start of the interval, RFC3339 timestamp (e.g. "2026-03-10T00:00:00Z") | |
| timeZone | No | IANA time zone for the response (e.g. "America/Los_Angeles") |