Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Interface CalendarStatus

    interface CalendarStatus {
    ย ย ย ย schemaVersion: "1.0";
    ย ย ย ย fetchedAt: string;
    ย ย ย ย from: string;
    ย ย ย ย to: string;
    ย ย ย ย org: string;
    ย ย ย ย akt: string;
    ย ย ย ย eventCount: number;
    ย ย ย ย status: "error" | "ok";
    ย ย ย ย path: "none" | "mcp-primary" | "web-fallback";
    ย ย ย ย events: readonly CalendarEvent[];
    ย ย ย ย notes?: string;
    }
    Index
    schemaVersion: "1.0"
    fetchedAt: string
    from: string
    to: string
    org: string
    akt: string
    eventCount: number
    status: "error" | "ok"
    path: "none" | "mcp-primary" | "web-fallback"
    events: readonly CalendarEvent[]
    notes?: string