Availability
Get Availability
Retrieve availability ranges for a Novacal event type across a selected date window so you can show bookable times in your app.
GET
timezone as an optional IANA timezone, such as Europe/Belgrade, to receive availability ranges converted to that timezone. If omitted, the response uses UTC.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Start date for the requested range
Example:
"2026-05-29"
End date for the requested range
Example:
"2026-05-30"
Event type ID used to calculate availability
Example:
123
Optional IANA timezone used to convert returned availability ranges. Defaults to UTC.
Example:
"Europe/Belgrade"