get-available-slots
Retrieve available booking slots for an event type within a specified date range. Filter by event type ID or slug to see open times for scheduling.
Instructions
Get available booking slots for an event type within a date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endTime | Yes | ISO 8601 end of the search window (e.g. 2024-09-07T23:59:59Z) | |
| duration | No | Override slot duration in minutes | |
| startTime | Yes | ISO 8601 start of the search window (e.g. 2024-09-01T00:00:00Z) | |
| eventTypeId | No | Event type ID (use either this or eventTypeSlug) | |
| eventTypeSlug | No | Event type slug (use either this or eventTypeId) |