---
title: "Gets the user's calendar events"
method: GET
path: "/user/calendar"
tags: ["user"]
---

# Gets the user's calendar events

`GET /user/calendar`

Gets the user's calendar events between "timeMin" and "timeMax"

## Query parameters

- `timeMin` string, required
- `timeMax` string, required

## Response `200`

OK

- ModelsCalendarEvent[]
  - `endDate` string, required
  - `startDate` string, required
  - `summary` string, required

## Changes

- **2022-05-18** `c8572ecc9480` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/schej-it/apis/schej-it-api/changes/user/calendar/get.md)

---

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