Scheduled Events
Get Reschedule Availability
List the slots a specific booking can be moved to. Call this before rescheduling, and reschedule to one of the slots it returns.
GET
Get reschedule availability for a scheduled event
Authorizations
Path Parameters
UUID of a specific scheduled event (zg-XXX format)
Example:
"zg-O69bac566950c6"
Query Parameters
Start date in YYYY-MM-DD format.
Example:
"2026-04-01"
End date in YYYY-MM-DD format. Must be on or after startDate, and at most 90 days after it. A longer range returns 422.
Example:
"2026-04-14"
IANA time zone identifier. Defaults to the booking's existing invitee time zone when omitted.
Example:
"Europe/Berlin"
Meeting duration in minutes. The event type ignores an unsupported value and uses its own configured duration instead.
Example:
30
Response
OK
- Empty slot arrays indicate dates with no availability.
- The
isNotAvailableflag indicates if the booking has no reschedule availability at all during the requested time range.
Last modified on August 31, 2026