ical-generator - v10.0.0-develop.4
    Preparing search index...

    Interface ICalAttendeeJSONData

    interface ICalAttendeeJSONData {
        delegatedFrom: string | null;
        delegatedTo: string | null;
        email: string;
        mailto: string | null;
        name: string | null;
        role: ICalAttendeeRole;
        rsvp: boolean | null;
        sentBy: string | null;
        status: ICalAttendeeStatus | null;
        type: ICalAttendeeType | null;
        x: { key: string; value: string }[];
    }
    Index

    Properties

    delegatedFrom: string | null
    delegatedTo: string | null
    email: string
    mailto: string | null
    name: string | null
    rsvp: boolean | null
    sentBy: string | null
    status: ICalAttendeeStatus | null
    type: ICalAttendeeType | null
    x: { key: string; value: string }[]