Check free/busy
check_freebusyQuery busy periods across multiple Google accounts for a time range, returning a merged timeline to answer whether you are free at a specific time without opening event details.
Instructions
Return the busy periods across accounts in a time range, plus the merged busy timeline. Use this to answer "am I free at 3pm?" without reading event details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accounts | No | Account ids to include. If omitted, every account you are permitted to read is included. | |
| time_max | Yes | End of the range, ISO 8601. | |
| time_min | Yes | Start of the range, ISO 8601. | |
| timezone | No | IANA timezone for interpreting and displaying times, e.g. "Asia/Jakarta". Defaults to the server timezone. | |
| calendars | No | Restrict to these calendar ids. |