---
title: "Approve Event"
method: POST
path: "/v1/calendars/events/approve"
tags: ["Calendars"]
---

# Approve Event

`POST /v1/calendars/events/approve`

Approve a pending event submission on your calendar. The event becomes visible on the calendar and the submitter is notified.

## Request body

- object
  - `calendar_event_id` string, required — Calendar event ID (starts with `calev-`). You can also pass the Luma event ID (starts with `evt-`) — we'll resolve it to the active submission on your calendar.

## 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)
