list_absences
List absences between two dates, merging bookings, non-working days, and public holidays. Filter by type to include only bookings or all events.
Instructions
Get a chronological list of who is off between two dates.
The single best endpoint for "who is off on/around a given day" — it merges bookings, non-working days, public holidays and (optionally) other events without needing multiple queries.
Args:
start: Start date, ISO format YYYY-MM-DD.
end: End date, ISO format YYYY-MM-DD. Max 31 days after start.
query_type: What to include. AllAbsences (bookings, public holidays
and non-working days), Bookings, PublicHolidays or
AllEvents (also birthdays, work anniversaries and locked dates).
Rate limited to 1 request per second; limited to a 31-day range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes | ||
| query_type | No | AllAbsences |