@maschinenlesbar.org/bundesrat-cli
    Preparing search index...

    Interface Appointment

    A committee appointment / date from the appointments (Termine) feed (<item>). Factual calendar fields only; the item's HTML detail/abstract body and any image are editorial content and are not surfaced.

    interface Appointment {
        date?: string;
        dateOfIssue?: string;
        highlighted?: string;
        id?: string;
        startdate?: string;
        stopdate?: string;
        title?: string;
        type?: string;
        url?: string;
    }
    Index
    date?: string

    Publication/update timestamp, e.g. "03.07.2026 13:41" (German format).

    dateOfIssue?: string
    highlighted?: string
    id?: string
    startdate?: string

    Start/stop of the event, German format, e.g. "25.09.2026 09:30". stopdate is often absent.

    stopdate?: string
    title?: string
    type?: string

    Content type, e.g. "Event".

    url?: string

    Link to the item on bundesrat.de (a reference, not content).