---
title: "Public Calendar Bootstrap"
method: GET
path: "/v1/public/calendar/bootstrap"
tags: ["Calendar"]
---

# Public Calendar Bootstrap

`GET /v1/public/calendar/bootstrap`

## Query parameters

- `slug` string, nullable
- `url` string, nullable
- `attendance_id` string, nullable
- `mode` string

## Response `200`

OK

- PublicCalendarBootstrapResponse
  - `status` string, required
  - `mode` string, required
  - `workspace` CalendarWorkspaceSchema
    - `id` string, required
    - `short_id` string, nullable
    - `name` string, required
    - `timezone` string, nullable
  - `event` PublicCalendarEventSchema
    - `id` string, required
    - `title` string, required
    - `description` string, nullable
    - `status` string, nullable
    - `slug` string, nullable
    - `url` string, nullable
    - `location` string, nullable
    - `duration` string, nullable
    - `time_increment` string, nullable
    - `timezone` string, nullable
    - `timezone_label` string, nullable
    - `timezone_locked` boolean
    - `schedule` CalendarDayScheduleSchema[]
      - `day_index` integer, required
      - `day_name` string, required
      - `enabled` boolean
      - `slots` CalendarScheduleSlotSchema[]
        - `start` string, required
        - `end` 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
  - `message` string, required
  - `ctx_id` string, nullable

## Other responses

- `404` — Not Found
- `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)
