Find open times
get_available_slotsReturns the start times that can be booked, with the hosts' calendars, buffers and limits already applied. Pass date (YYYY-MM-DD in timezone) or from and to (ISO, at most 62 days apart). With neither, it covers the next 7 days. days groups the slots by date in timezone (default UTC). For new times for an existing booking, also pass its bookingId and token. Next: call create_booking (or reschedule_booking_as_invitee) with one of the slots values as start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| date | No | ||
| from | No | ||
| slug | Yes | 1-40 lowercase letters, digits or dashes, starting and ending with a letter or digit | |
| token | No | a string at least 10 character(s) long | |
| handle | Yes | 1-40 lowercase letters, digits or dashes, starting and ending with a letter or digit | |
| timezone | No | an IANA time zone such as "America/New_York" | |
| bookingId | No | a string at least 1 character(s) long |