Get free/busy
cronofy_get_free_busyRead free/busy information across the account's calendars over a time window. Returns { pages, free_busy }. API: GET /v1/free_busy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End of the window — date (yyyy-mm-dd) or ISO 8601 datetime. | |
| from | No | Start of the window — date (yyyy-mm-dd) or ISO 8601 datetime. | |
| tzid | Yes | REQUIRED time zone id for the response, e.g. "Etc/UTC". | |
| calendar_ids | No | Restrict to these calendar ids (sent as repeated calendar_ids[] params). | |
| include_managed | No | Include events created via the Cronofy API. Default false. |