---
title: "Update a calendar event"
method: PATCH
path: "/calendar_event/{id}"
tags: ["calendar event"]
---

# Update a calendar event

`PATCH /calendar_event/{id}`

Update a calendar event for a patient. Attribute `all_day` must be true and `end_at` cannot be specified for `plan-check-in` event type. To mark a calendar event as 'completed', set `completed_at` and `completed_by` to desired values.  To mark a completed calendar event as 'not completed', set `completed_at` and `completed_by` to `null`. Attendees can be added or removed, but response status cannot be updated. Use the calendar event response api for response status updates instead.

## Path parameters

- `id` string, required

## Response `200`

OK

## Other responses

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

## Changes

> 50 revisions in range; 1 could not be searched.

- **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/:id/patch.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)
