svsmate - v1.1.1
    Preparing search index...

    Single event parsed from the Blackboard ICS feed (or user-added).

    interface Schedule {
        done: boolean;
        end: string;
        start: string;
        title: string;
        uid: string;
    }
    Index

    Properties

    Properties

    done: boolean

    User-controlled completion flag.

    end: string

    ISO string representing the end (deadline) timestamp.

    start: string

    ISO string representing the start timestamp.

    title: string

    Item title – taken from SUMMARY.

    uid: string

    Blackboard-generated UID (or random UUID on manual insert).