Type Alias RestApiEventOptions

RestApiEventOptions: {
    appendHebrewToSubject?: boolean;
    buildDate?: Date;
    dayFormat?: Intl.DateTimeFormat;
    description?: string;
    euro?: boolean;
    evPubDate?: boolean;
    heDateParts?: boolean;
    includeEvent?: boolean;
    lang?: string;
    lastBuildDate?: string;
    mainUrl?: string;
    selfUrl?: string;
    subscribe?: string | boolean;
    title?: string;
    utmCampaign?: string;
    utmMedium?: string;
    utmSource?: string;
    yahrzeit?: boolean;
}