---
title: "Ingest Calendar Event"
method: POST
path: "/api/calendar/ingest/{ingest_token}"
tags: ["calendar"]
---

# Ingest Calendar Event

`POST /api/calendar/ingest/{ingest_token}`

Public endpoint: accept a booking and persist it as a calendar event.

Accepts the flat aivoice payload:
    {title, start_datetime, duration_minutes, description, timezone}
Also tolerates a wrapped {"fields": {...}} or {"rows": [{...}]} shape for
parity with the workflow webhook trigger.
Returns 2xx so aivoice treats the booking as confirmed.

## Path parameters

- `ingest_token` string, required

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