TimelineKit API
    Preparing search index...

    Interface CalendarIcsExportOptions

    interface CalendarIcsExportOptions {
        calendarIds?: string[];
        includeCustomType?: boolean;
        prodId?: string;
    }
    Index

    Properties

    calendarIds?: string[]

    Which calendars to export. If omitted, all calendars are exported.

    includeCustomType?: boolean

    Whether to include X-TIMELINEKIT-TYPE custom property. Default: true.

    prodId?: string

    Product identifier for PRODID. Default: '-//TimelineKit//EventCalendar//EN'.