Read events
cronofy_read_eventsRead events across the account's calendars over a time window. Returns { pages, events }. API: GET /v1/events.
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" or "America/New_York". | |
| calendar_ids | No | Restrict to these calendar ids (sent as repeated calendar_ids[] params). | |
| only_managed | No | Return only events created via the Cronofy API. Default false. | |
| last_modified | No | Only events modified since this ISO 8601 datetime. | |
| include_deleted | No | Include deleted events. Default false. | |
| include_managed | No | Include events created via the Cronofy API. Default false. |