---
title: "List company calendar events"
method: GET
path: "/calendars"
tags: ["Calendars"]
---

# List company calendar events

`GET /calendars`

## Query parameters

- `starts_on` string, date
- `ends_on` string, date

## Response `200`

OK

- object[]
  - `starts_on` string, date, required
  - `ends_on` string, date, required
  - `type` string, required
  - `title` string, required
  - `data` object

---

[API](https://skmtc.net/peopleforce/apis/company-api.md) · [All operations](https://skmtc.net/peopleforce/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peopleforce/company-api/revisions/ff612e61a4c3/schema)
