cal_get_availability
Retrieve available time slots for a specific event type within a date range. Provide event type ID, start and end dates, and optionally time zone.
Instructions
Get available time slots for an event type in a date range. Required: eventTypeId, dateFrom (ISO 8601), dateTo (ISO 8601). Optional: timeZone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventTypeId | Yes | ||
| dateFrom | Yes | ||
| dateTo | Yes | ||
| timeZone | No |