action evetech_get_characters_character_id_calendar_event_id { label: "Get an event" description: "Get all the information for a specific event\n\n---\nAlternate route: `/dev/characters/{character_id}/calendar/{event_id}/`\n\nAlternate route: `/v3/characters/{character_id}/calendar/{event_id}/`\n\n---\nThis route is cached for up to 5 seconds" provider: evetech method: GET path: "/characters/{character_id}/calendar/{event_id}/" encoding: json input: { type: "object" properties: { event_id: { type: "string" } } required: ["event_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }