Calendar view of events

Retrieves events for calendar display with flexible date range filtering.

Permission Requirements:

  • Employee users: Can access all events in their company's calendars.

  • Default Behavior:

  • If no date range parameters are provided, defaults to returning events for today only (from start of day to end of day in the user's timezone).

  • By default, filters by the authenticated user's calendars unless the users parameter is specified.

Response Format:

  • Returns a non-paginated array of events (not wrapped in pagination structure).
  • Events are returned in the same format as the list endpoint.
  • Useful for displaying events on calendar views where pagination is not needed.

Filtering:

Supports all the same filter parameters as the list endpoint, plus specific calendar and user filtering for calendar-specific views.

Language
Credentials
Header
Click Try It! to start a request and see the response here!