---
title: "Get events for a calendar"
method: GET
path: "/calendars/{calendar}/events"
tags: ["Calendars"]
---

# Get events for a calendar

`GET /calendars/{calendar}/events`

## Path parameters

- `calendar` integer, required

## Query parameters

- `view` 'month' | 'week' | 'day', required
- `date` string, date, required

## Response `200`

List of calendar events

- object
  - `data` CalendarEventResource[]
    - `id` integer
    - `calendarId` integer
    - `title` string
    - `description` string, nullable
    - `location` string, nullable
    - `timeStart` string, date-time
    - `timeEnd` string, date-time
    - `duration` integer
    - `contactName` string, nullable
    - `contactEmail` string, nullable
    - `contactPhoneNumber` string, nullable
    - `contact` object, nullable
    - `call` object, nullable
    - `createdBy` object, nullable
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable

---

[API](https://skmtc.dev/800/apis/public-api.md) · [All operations](https://skmtc.dev/800/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/800/public-api/revisions/aab9efc97342/schema)
