API Reference
Event Calendar Overview
Retrieves the calendar overview for a specific event and owner in the guest’s timezone. The request requires the the event_id, and the timezone. If successful, the API responds with 200 OK and returns the availability details so the guest can choose a free date.
GET
Event Calendar Overview
Documentation Index
Fetch the complete documentation index at: https://developers.calendbook.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Filter for the calendar overview. Format is {number}{unit}, where 'd' = days, 'w' = weeks, 'm' = months. Examples: 1d (next 1 day), 1w (next 1 week), 1m (next 1 month). Maximum allowed period is less than 2 months.
Pattern:
^[0-9]+[dwm]$Event Calendar Overview