jamespot-user-api
    Preparing search index...

    Type Alias RecurringEventCreation

    type RecurringEventCreation = {
        address?: string | null;
        alertAuthor?: "1" | "0";
        allDay?: boolean;
        bgColor?: string | null;
        dateEnd: string;
        dateStart: string;
        description?: string;
        idDraft?: number;
        publishTo?: string;
        recurrenceRule: RecurrenceRule;
        recurrenceRuleUntil?: string;
        sendAlert?: "1" | "0";
        textColor?: string | null;
        title: string;
        token: string;
        type: "recurringEvent";
    }
    Index

    Properties

    address?: string | null
    alertAuthor?: "1" | "0"
    allDay?: boolean
    bgColor?: string | null
    dateEnd: string
    dateStart: string
    description?: string
    idDraft?: number
    publishTo?: string
    recurrenceRule: RecurrenceRule
    recurrenceRuleUntil?: string
    sendAlert?: "1" | "0"
    textColor?: string | null
    title: string
    token: string
    type: "recurringEvent"