action evetech_get_characters_character_id_calendar { label: "List calendar event summaries" description: "Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event\n\n---\nAlternate route: `/dev/characters/{character_id}/calendar/`\n\nAlternate route: `/legacy/characters/{character_id}/calendar/`\n\nAlternate route: `/v1/characters/{character_id}/calendar/`\n\n---\nThis route is cached for up to 5 seconds" provider: evetech method: GET path: "/characters/{character_id}/calendar/" encoding: json input: { type: "object" properties: { from_event: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }