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

    Interface ICalCalendarJSONData

    interface ICalCalendarJSONData {
        description: string | null;
        events: ICalEventJSONData[];
        method: ICalCalendarMethod | null;
        name: string | null;
        prodId: string;
        scale: string | null;
        source: string | null;
        timezone: string | null;
        ttl: number | null;
        url: string | null;
        x: { key: string; value: string }[];
    }
    Index

    Properties

    description: string | null
    method: ICalCalendarMethod | null
    name: string | null
    prodId: string
    scale: string | null
    source: string | null
    timezone: string | null
    ttl: number | null
    url: string | null
    x: { key: string; value: string }[]