---
title: "Create Calendar Event"
method: POST
path: "/api/calendar/events"
tags: ["calendar"]
---

# Create Calendar Event

`POST /api/calendar/events`

Create an event manually (used by the calendar page 'add' action).

## Request body

- ManualEventCreate
  - `title` string, required
  - `start_datetime` string, required
  - `duration_minutes` integer, nullable
  - `description` string, nullable
  - `end_datetime` string, nullable
  - `timezone` string, nullable
  - `location` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[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)
