ical-generator - v10.0.0-develop.4
    Preparing search index...

    Interface ICalCalendarData

    interface ICalCalendarData {
        description?: string | null;
        events?: (ICalEvent | ICalEventData)[];
        method?: ICalCalendarMethod | null;
        name?: string | null;
        prodId?: string | ICalCalendarProdIdData;
        scale?: string | null;
        source?: string | null;
        timezone?: string | ICalTimezone | null;
        ttl?: number | ICalMomentDurationStub | null;
        url?: string | null;
        x?:
            | [string, string][]
            | Record<string, string>
            | { key: string; value: string }[];
    }
    Index

    Properties

    description?: string | null
    events?: (ICalEvent | ICalEventData)[]
    method?: ICalCalendarMethod | null
    name?: string | null
    prodId?: string | ICalCalendarProdIdData
    scale?: string | null
    source?: string | null
    timezone?: string | ICalTimezone | null
    ttl?: number | ICalMomentDurationStub | null
    url?: string | null
    x?:
        | [string, string][]
        | Record<string, string>
        | { key: string; value: string }[]