Get an event
GET
/characters/{character_id}/calendar/{event_id}/
Calendar
/dev/characters/{character_id}/calendar/{event_id}/
/v3/characters/{character_id}/calendar/{event_id}/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/characters//calendar//'
Response Response Example
200 - response
{
"date": "2023-08-15T09:13:17.857Z",
"duration": 60,
"event_id": 1386435,
"importance": 1,
"owner_id": 1,
"owner_name": "EVE System",
"owner_type": "eve_server",
"response": "Undecided",
"text": "o7: The EVE Online Show features latest developer news, fast paced action, community overviews and a lot more with CCP Guard and CCP Mimic. Join the thrilling o7 live broadcast at 20:00 EVE time (=UTC) on <a href=\"http://www.twitch.tv/ccp\">EVE TV</a>. Don't miss it!",
"title": "o7 The EVE Online Show"
}
Request
Path Params
character_id
integerÂ
required
event_id
integerÂ
required
Query Params
datasource
stringÂ
optional
token
stringÂ
optional
Header Params
If-None-Match
stringÂ
optional
Responses
Modified at 2023-08-15 09:13:23