Get Available Time Slots by Shared Link
Resolve a Zeeg shared scheduling link to its available time slots — useful when booking on behalf of an invitee from a public link.
Authorizations
Path Parameters
The shared scheduling link identifier (e.g. the token from a shared or collective scheduling link URL).
Query Parameters
Start date in YYYY-MM-DD format.
"2026-04-01"
End date in YYYY-MM-DD format.
"2026-04-14"
IANA time zone identifier.
"Europe/Berlin"
Meeting duration in minutes. Defaults to the event type's configured duration.
Set to 1 to include available host count for each time slot.
Email of the host to filter available slots for (useful for Round Robin events).
Slug of the host to filter available slots for (useful for Round Robin events).
When set to 1, the response will include the first available date.
Number of seats to book (for group event types).
x >= 1Optional location-aware availability. The per-location stable key from the location resource's key field (e.g. loc_42), or room_<resourceId> for a room. The bare location enum string (e.g. ZOOM) is still accepted for backward compatibility. For a Round Robin event type it prunes availability to hosts that can fulfill that location (Meet/Teams/Skype/Zoom/Webex/Demodesk integration), and for a room location it intersects only that room's calendar. Omit for unfiltered availability (the default, pre-location-aware behavior).
"loc_42"