---
title: "Get an event"
method: GET
path: "/characters/{character_id}/calendar/{event_id}"
tags: ["Calendar"]
---

# Get an event

`GET /characters/{character_id}/calendar/{event_id}`

Get all the information for a specific event

## Path parameters

- `character_id` integer, required
- `event_id` integer, required — The id of the event requested

## Headers

- `Accept-Language` 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'
- `If-None-Match` string
- `X-Compatibility-Date` '2025-12-16', date, required
- `X-Tenant` string
- `If-Modified-Since` string

## Response `200`

OK

- CharactersCharacterIdCalendarEventIdGet — Full details of a specific event
  - `date` string, date-time, required
  - `duration` integer, required — Length in minutes
  - `event_id` integer, required
  - `importance` integer, required
  - `owner_id` integer, required
  - `owner_name` string, required
  - `owner_type` 'eve_server' | 'corporation' | 'faction' | 'character' | 'alliance', required
  - `response` string, required
  - `text` string, required
  - `title` string, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/evetech/apis/eve-spring-inebriation-esi-tranquility.md) · [All operations](https://skmtc.net/evetech/apis/eve-spring-inebriation-esi-tranquility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evetech/eve-spring-inebriation-esi-tranquility/revisions/ac54efcef133/schema)
