# Get external calendar events **GET /employees/{employeeId}/external-calendar-events** Get external calendar events for an employee by its ID with filtering ## Servers - https://api.development.pexipengage.com/enterprises/acme: https://api.development.pexipengage.com/enterprises/acme () ## Authentication methods - O auth2 ## Parameters #### Headers - **Authorization** (string) Bearer token used for authorization - **X-Correlation-Id** (string) Unique identifier to allow referencing a particular transaction or event chain #### Path parameters - **employeeId** (string) Primary identifier of the employee #### Query parameters - **external-calendar-id** (string | null) - **show-as** (array[string]) Status to be considered for filtering - **id** (array[string]) ID(s) to be considered for filtering - **from** (string(date-time)) Start date and time of the event to be considered for filtering (ISO 8601) - **to** (string(date-time)) End date and time of the event to be considered for filtering (ISO 8601) - **offset** (string(positive-integer)) - **limit** (string(positive-integer)) ## Responses ### 200: Successful operation #### Body Parameters: application/json (object) - **data** (array[object]) - **meta** (object) ### 404: Resource not found #### Body Parameters: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)