Skip to main content
GET
Get reschedule availability for a scheduled event

Authorizations

Authorization
string
header
required

Path Parameters

uuid
string<uuid>
required

UUID of a specific scheduled event (zg-XXX format)

Example:

"zg-O69bac566950c6"

Query Parameters

startDate
string<date>
required

Start date in YYYY-MM-DD format.

Example:

"2026-04-01"

endDate
string<date>
required

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"

timeZone
string

IANA time zone identifier. Defaults to the booking's existing invitee time zone when omitted.

Example:

"Europe/Berlin"

duration
number

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 isNotAvailable flag indicates if the booking has no reschedule availability at all during the requested time range.
ownerSlug
string | null
eventTypeSlug
string
schedulingUrl
string<uri> | null
duration
integer
firstAvailableDate
string<date>
lastAvailableDate
string<date>
timeZone
string
timeZoneOffset
string
isNotAvailable
boolean
availability
object[]
currentTime
string<date-time>
Last modified on August 31, 2026