---
title: "Read Calendar Event"
method: GET
path: "/v2/calendar/events/{event_id}"
tags: ["external", "external-v2"]
---

# Read Calendar Event

`GET /v2/calendar/events/{event_id}`

## Path parameters

- `event_id` string, uuid, required — UUID of the calendar event to read.

## Response `200`

OK

- ReadCalendarEventResponseSchema
  - `event` CalendarEventItemSchema, required
    - `calendar_background_color` string, nullable
    - `calendar_id` string, nullable
    - `calendar_name` string, nullable
    - `end_time` string, nullable
    - `external_event_id` string, nullable
    - `id` string, required
    - `is_all_day` boolean
    - `self_response_status` string, nullable
    - `start_time` string, nullable
    - `title` string, nullable
  - `request_id` string, required

---

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