---
title: "List Calendar Events"
method: GET
path: "/api/calendar/events"
tags: ["calendar"]
---

# List Calendar Events

`GET /api/calendar/events`

List the current user's calendar events, optionally within [start, end].

## Query parameters

- `start` string, nullable
- `end` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-29** `7a7c8e2b5afc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/qomplement/apis/fastapi/changes/api/calendar/events/get.md)

---

[API](https://skmtc.dev/qomplement/apis/fastapi.md) · [All operations](https://skmtc.dev/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/7a7c8e2b5afc/schema)
