gws.cal.free_busy
Check free/busy status across one or more calendars over a time range to find open slots before scheduling.
Instructions
Query free/busy status for one or more calendars over a time range. timeMin and timeMax are RFC3339 timestamps. Defaults to the primary calendar unless calendarIds is given. Returns the busy intervals per calendar (or free-for-the-range). Use this to find open slots before scheduling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Account label or email. Uses default if omitted. | |
| timeMax | Yes | End of range (RFC3339) | |
| timeMin | Yes | Start of range (RFC3339) | |
| calendarIds | No | Calendar IDs to check (default: ["primary"]) |