@hebcal/rest-api
    Preparing search index...

    Type Alias RestApiEventOptions

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

    Properties

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