Type Alias ICalEventOptions

ICalEventOptions: {
    appendHebrewToSubject?: boolean;
    caldesc?: string;
    calendarColor?: string;
    dtstamp?: string;
    emoji?: boolean;
    prodid?: string;
    publishedTTL?: string | boolean;
    relcalid?: string;
    sequence?: number;
    subscribe?: string | boolean;
    title?: string;
    url?: boolean;
    utmCampaign?: string;
    utmMedium?: string;
    utmSource?: string;
    yahrzeit?: boolean;
}