---
title: "Public Calendar Create Attendance"
method: POST
path: "/v1/public/calendar/attendance"
tags: ["Calendar"]
---

# Public Calendar Create Attendance

`POST /v1/public/calendar/attendance`

## Request body

- PublicCalendarAttendanceMutationRequest
  - `event_id` string, required
  - `name` string, required
  - `email` string, required
  - `date` string, required
  - `time` string, required
  - `timezone` string, nullable
  - `comment` string, nullable

## Response `200`

OK

- PublicCalendarMutationResponse
  - `ok` boolean
  - `status` string, required
  - `attendance` PublicCalendarAttendanceSchema
    - `id` string, required
    - `event_id` string, nullable
    - `user_name` string, nullable
    - `user_email` string, nullable
    - `select_date` string, nullable
    - `time_event` string, nullable
    - `timezone` string, nullable
    - `comment` string, nullable
    - `link` string, nullable
    - `calendar_event_id` string, nullable
  - `meet_link` string, nullable
  - `message` string, required
  - `ctx_id` string, nullable

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/sankahq/apis/ninjaapi.md) · [All operations](https://skmtc.net/sankahq/apis/ninjaapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sankahq/ninjaapi/revisions/c273ff62266a/schema)
