Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    Preparing search index...

    Interface EventGridItem

    A single calendar event in the event grid

    interface EventGridItem {
    ย ย ย ย date: string;
    ย ย ย ย dayName: string;
    ย ย ย ย dayNumber: string;
    ย ย ย ย dayLabel: string;
    ย ย ย ย isToday: boolean;
    ย ย ย ย items: { time: string; title: string }[];
    }
    Index

    Properties

    date: string
    dayName: string
    dayNumber: string
    dayLabel: string
    isToday: boolean
    items: { time: string; title: string }[]