---
title: "Update an existing calendar entry"
method: PATCH
path: "/v2/org/{orgId}/calendar-event/{calendarEntryId}"
tags: ["calendar"]
---

# Update an existing calendar entry

`PATCH /v2/org/{orgId}/calendar-event/{calendarEntryId}`

## Path parameters

- `orgId` string, required
- `calendarEntryId` string, required

## Request body

- UpdateCalendarEntry
  - `label` string — human-readable label for event
  - `description` string
  - `from` string, date — start date for event (inclusive)
  - `until` string, date — end date for event (exclusive)

## Response `204`

No Content

---

[API](https://skmtc.net/charthop/apis/charthop-api.md) · [All operations](https://skmtc.net/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/charthop/charthop-api/versions/50a1edd6b27e/schema)
