Calendar API for Developers
Add scheduling to any application with a single REST API. Check availability, create bookings, and manage event types programmatically.
GET
/v1/availabilityCheck available time slots for an event type.Key parameters
| Name | Type | Default | Description | Required |
|---|---|---|---|---|
| event_type_id | string | — | The event type to check availability for. | — |
| start_date | string | — | Start of the date range (ISO 8601). | — |
| end_date | string | — | End of the date range (ISO 8601). | — |