Fetch the complete documentation index at: https://apidocs.hibob.com/llms.txt. Use this file to discover all available pages before exploring further.

# Time off API: Find employee calendars

We added a new Time Off Calendar Events API endpoint that lets you find the holiday calendar assigned to each employee.

## What changed

* You can now use **Search employee calendars** to retrieve each employee’s effective holiday calendar in a single bulk call.
* The endpoint returns the calendar that applies to each employee based on Bob’s calendar resolution logic, including employment-level calendar overrides and site defaults.
* You can use the returned `calendarId` to fetch the relevant calendar events with [Search calendar events](https://apidocs.hibob.com/reference/post_timeoff-calendars-events-search).

## Why this matters

This update helps you:

* Sync employee holiday calendar assignments to external systems
* Support organizations with multiple sites or holiday calendars
* Keep integrations aligned with Bob’s product behavior without recreating calendar resolution logic outside Bob

## Affected endpoint

* [Search Employee Calendars](https://apidocs.hibob.com/reference/post_timeoff-calendars-employees-search)

## Notes

* This is an additive change and is backward compatible. No action is required.
* For request structure, filtering options, permissions, and response fields, see the API reference.

## Learn more

* Time Off API reference: <Anchor target="_blank" href="https://apidocs.hibob.com/reference/post_timeoff-calendars-employees-search">[Search Employee Calendars](https://apidocs.hibob.com/reference/post_timeoff-calendars-employees-search)</Anchor>

<br />