ical-generator - v8.1.2-develop.8
    Preparing search index...

    Interface ICalAlarmBaseData

    interface ICalAlarmBaseData {
        attach?: null | string | ICalAttachment;
        attendees?: ICalAttendee[] | ICalAttendeeData[];
        description?: null | string;
        relatesTo?: null | ICalAlarmRelatesTo;
        repeat?: null | ICalAlarmRepeatData;
        summary?: null | string;
        type?: ICalAlarmType;
        x?:
            | [string, string][]
            | Record<string, string>
            | { key: string; value: string }[];
    }
    Index

    Properties

    attach?: null | string | ICalAttachment
    attendees?: ICalAttendee[] | ICalAttendeeData[]
    description?: null | string
    relatesTo?: null | ICalAlarmRelatesTo
    repeat?: null | ICalAlarmRepeatData
    summary?: null | string
    x?:
        | [string, string][]
        | Record<string, string>
        | { key: string; value: string }[]