---
title: "Create calendar event"
method: POST
path: "/calendar_event"
tags: ["calendar event"]
---

# Create calendar event

`POST /calendar_event`

Create a calendar event for a patient. Attribute `all_day` must be set to `true` and `end_at` cannot be set for `plan-check-in` event type.

## Response `201`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `409` — Invalid Request

## Changes

- **2018-01-02** `de786c5c1484` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `201`
- **2018-01-02** `d538ca5880a0` — 1 info
  - endpoint added
- **2017-11-20** `63d45e88e209` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/twinehealth/apis/fitbit-plus-api/changes/calendar_event/post.md)

---

[API](https://skmtc.dev/twinehealth/apis/fitbit-plus-api.md) · [All operations](https://skmtc.dev/twinehealth/apis/fitbit-plus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twinehealth/fitbit-plus-api/revisions/1c92481b5836/schema)
