---
title: "Transfer Event Calendar"
method: POST
path: "/v1/organizations/events/transfer-calendar"
tags: ["Organizations"]
---

# Transfer Event Calendar

`POST /v1/organizations/events/transfer-calendar`

Transfer an event from its current managing calendar to a different calendar within the organization. The event's managing calendar changes to the destination calendar. Both the source and destination calendars must belong to the organization.

## Request body

- object
  - `event_id` string, required — Event ID, this usually starts with evt-
  - `calendar_id` string, required — Destination calendar ID, this usually starts with cal-. Must belong to the organization.

## Response `200`

Successful response.

- object — Empty response

---

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