Get available slots
get_availabilityRetrieve bookable time slots for a meeting type within a date range. Uses the booking system's actual availability rather than calendar data.
Instructions
Get bookable time slots for a meeting type in a date range. Returns the slots a booking will actually be accepted for — do not infer availability from the calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End of the search window | |
| from | Yes | Start of the search window | |
| timezone | No | IANA timezone, e.g. Europe/Berlin. Defaults to the host. | |
| meetingTypeId | Yes | From list_meeting_types |