Returns available time slots for a specific scheduling page within a date range.
Please note that access to this endpoint requires an active paid subscription.
This API requires either of the following scopes:
admin:fulltimetablePath parameter notes:
lena-meier) for personal event types.customer-success) for team event types.shared for shared event types such as Round Robin, Flexi, or Collective.Response notes:
isNotAvailable flag indicates if the scheduling page has no availability at all during the requested time range.withHostsCount=1 is used, slots are returned as objects containing both time and availableHosts instead of simple time strings.hostEmail or hostSlug is used, the response will only include available slots for the specified host. This is only supported for Round Robin event types.{
"ownerSlug": "lena-meier",
"eventTypeSlug": "30min-discovery-call",
"schedulingUrl": "https://zeeg.me/lena-meier/30min-discovery-call",
"duration": 30,
"firstAvailableDate": "2026-04-01",
"lastAvailableDate": "2026-04-14",
"timeZone": "Europe/Berlin",
"timeZoneOffset": "+02:00",
"isNotAvailable": false,
"availability": [
{
"date": "2026-04-01",
"slots": [
"09:00",
"09:30",
"10:00",
"10:30",
"14:00",
"14:30",
"15:00",
"15:30",
"16:00"
]
},
{
"date": "2026-04-02",
"slots": [
"09:00",
"09:30",
"10:00",
"11:00",
"11:30",
"14:00",
"15:00",
"15:30"
]
},
{
"date": "2026-04-03",
"slots": [
"09:00",
"10:30",
"11:00",
"14:00",
"14:30",
"15:00",
"15:30",
"16:00"
]
},
{
"date": "2026-04-04",
"slots": []
},
{
"date": "2026-04-05",
"slots": []
},
{
"date": "2026-04-06",
"slots": [
"09:00",
"09:30",
"10:00",
"10:30",
"11:00",
"14:00",
"14:30",
"15:00"
]
},
{
"date": "2026-04-07",
"slots": [
"09:00",
"09:30",
"10:00",
"10:30",
"11:00",
"11:30",
"14:00",
"14:30",
"15:00",
"15:30",
"16:00"
]
},
{
"date": "2026-04-08",
"slots": [
"09:00",
"09:30",
"14:00",
"14:30",
"15:00"
]
},
{
"date": "2026-04-09",
"slots": [
"09:00",
"09:30",
"10:00",
"10:30",
"11:00",
"11:30",
"14:00",
"14:30"
]
},
{
"date": "2026-04-10",
"slots": [
"09:00",
"09:30",
"10:00",
"14:00",
"14:30",
"15:00",
"15:30",
"16:00"
]
},
{
"date": "2026-04-11",
"slots": []
},
{
"date": "2026-04-12",
"slots": []
},
{
"date": "2026-04-13",
"slots": [
"09:00",
"09:30",
"10:00",
"10:30",
"14:00",
"14:30",
"15:00",
"15:30",
"16:00"
]
},
{
"date": "2026-04-14",
"slots": [
"09:00",
"09:30",
"10:00",
"10:30",
"11:00",
"11:30",
"14:00",
"14:30",
"15:00"
]
}
],
"currentTime": "2026-03-20T12:00:00+00:00"
}The slug of the calendar owner, a team slug, or shared for shared event types such as Round Robin ("R"), Flexi ("F"), or Collective ("C").
The slug of the event type / scheduling page.
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.
30
Set to 1 to include available host count for each time slot (useful for Round Robin events). When enabled, slots will be returned as objects with time and availableHosts properties instead of simple time strings.
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 for the scheduling page.
Number of seats to book (for group event types).
x >= 1OK
isNotAvailable flag indicates if the scheduling page has no availability during the time range.withHostsCount=1 is used in the request, slots are returned as objects containing both time and available host count.hostEmail or hostSlug is used, the response will only include available slots for the specified host.{
"ownerSlug": "lena-meier",
"eventTypeSlug": "30min-discovery-call",
"schedulingUrl": "https://zeeg.me/lena-meier/30min-discovery-call",
"duration": 30,
"firstAvailableDate": "2026-04-01",
"lastAvailableDate": "2026-04-14",
"timeZone": "Europe/Berlin",
"timeZoneOffset": "+02:00",
"isNotAvailable": false,
"availability": [
{
"date": "2026-04-01",
"slots": [
"09:00",
"09:30",
"10:00",
"10:30",
"14:00",
"14:30",
"15:00",
"15:30",
"16:00"
]
},
{
"date": "2026-04-02",
"slots": [
"09:00",
"09:30",
"10:00",
"11:00",
"11:30",
"14:00",
"15:00",
"15:30"
]
},
{
"date": "2026-04-03",
"slots": [
"09:00",
"10:30",
"11:00",
"14:00",
"14:30",
"15:00",
"15:30",
"16:00"
]
},
{
"date": "2026-04-04",
"slots": []
},
{
"date": "2026-04-05",
"slots": []
},
{
"date": "2026-04-06",
"slots": [
"09:00",
"09:30",
"10:00",
"10:30",
"11:00",
"14:00",
"14:30",
"15:00"
]
},
{
"date": "2026-04-07",
"slots": [
"09:00",
"09:30",
"10:00",
"10:30",
"11:00",
"11:30",
"14:00",
"14:30",
"15:00",
"15:30",
"16:00"
]
},
{
"date": "2026-04-08",
"slots": [
"09:00",
"09:30",
"14:00",
"14:30",
"15:00"
]
},
{
"date": "2026-04-09",
"slots": [
"09:00",
"09:30",
"10:00",
"10:30",
"11:00",
"11:30",
"14:00",
"14:30"
]
},
{
"date": "2026-04-10",
"slots": [
"09:00",
"09:30",
"10:00",
"14:00",
"14:30",
"15:00",
"15:30",
"16:00"
]
},
{
"date": "2026-04-11",
"slots": []
},
{
"date": "2026-04-12",
"slots": []
},
{
"date": "2026-04-13",
"slots": [
"09:00",
"09:30",
"10:00",
"10:30",
"14:00",
"14:30",
"15:00",
"15:30",
"16:00"
]
},
{
"date": "2026-04-14",
"slots": [
"09:00",
"09:30",
"10:00",
"10:30",
"11:00",
"11:30",
"14:00",
"14:30",
"15:00"
]
}
],
"currentTime": "2026-03-20T12:00:00+00:00"
}