Availability
Querying available time slots for an event type.
Get available slots
Required: eventTypeId, startDate, endDate.
Response:
Slots are returned in UTC. Use the timezone parameter to filter out slots that fall outside working hours for the given timezone.
Slot intervals
Slots are generated based on the event type's slotInterval (defaults to duration). A 30-minute event type with a 15-minute slot interval produces overlapping start times.
Assign to a specific member
Pass assignedToId to get availability for a specific team member:
Free/Busy (no auth required)
For public embeds that only need to show busy/free blocks without exposing event details:
This endpoint requires no API key and is safe to call from the browser.