@ebarooni/capacitor-calendar
    Preparing search index...

    Interface CalendarEvent

    7.1.0

    interface CalendarEvent {
        alerts: number[];
        attendees: {
            email: string | null;
            name: string | null;
            role: AttendeeRole | null;
            status: AttendeeStatus | null;
            type: AttendeeType | null;
        }[];
        availability: EventAvailability
        | null;
        birthdayContactIdentifier: string | null;
        calendarId: string | null;
        color: string | null;
        creationDate: number | null;
        description: string | null;
        duration: string | null;
        endDate: number;
        id: string;
        isAllDay: boolean;
        isDetached: boolean | null;
        lastModifiedDate: number | null;
        location: string | null;
        organizer: string | null;
        startDate: number;
        status: EventStatus | null;
        timezone: string | null;
        title: string;
        url: string | null;
    }
    Index

    Properties

    alerts: number[]

    Alert times in minutes relative to the event start.

    Android, iOS

    7.1.0

    attendees: {
        email: string | null;
        name: string | null;
        role: AttendeeRole | null;
        status: AttendeeStatus | null;
        type: AttendeeType | null;
    }[]

    Type Declaration

    • email: string | null

      Android

      7.1.0

    • name: string | null

      Android, iOS

      7.1.0

    • role: AttendeeRole | null

      Equivalent to ATTENDEE_RELATIONSHIP on Android. Equivalent to EKParticipantRole on iOS.

      Android, iOS

      7.1.0

    • status: AttendeeStatus | null

      Equivalent to ATTENDEE_STATUS on Android. Equivalent to EKParticipantStatus on iOS.

      Android, iOS

      7.1.0

    • type: AttendeeType | null

      Equivalent to ATTENDEE_TYPE on Android. Equivalent to EKParticipantType on iOS.

      Android, iOS

      7.1.0

    Android, iOS

    7.1.0

    availability: EventAvailability | null

    Android, iOS

    7.1.0

    birthdayContactIdentifier: string | null
    calendarId: string | null

    Android, iOS

    7.1.0

    color: string | null

    Android, iOS

    7.1.0

    creationDate: number | null

    iOS

    7.1.0

    description: string | null

    Android, iOS

    7.1.0

    duration: string | null

    Android

    7.1.0

    endDate: number

    Android, iOS

    7.1.0

    id: string

    Android, iOS

    7.1.0

    isAllDay: boolean

    Android, iOS

    7.1.0

    isDetached: boolean | null

    iOS

    7.1.0

    lastModifiedDate: number | null

    iOS

    7.1.0

    location: string | null

    Android, iOS

    7.1.0

    organizer: string | null

    Android, iOS

    7.1.0

    startDate: number

    Android, iOS

    7.1.0

    status: EventStatus | null

    Android, iOS

    7.1.0

    timezone: string | null

    Android, iOS

    7.1.0

    title: string

    Android, iOS

    7.1.0

    url: string | null

    iOS

    7.1.0