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

    Interface ModifyEventOptions

    7.1.0

    interface ModifyEventOptions {
        alerts?: number[];
        attendees?: EventGuest[];
        availability?: EventAvailability;
        calendarId?: string;
        color?: string;
        description?: string;
        duration?: string;
        endDate?: number;
        id: string;
        isAllDay?: boolean;
        location?: string;
        organizer?: string;
        recurrence?: EventRecurrenceRule;
        span?: EventSpan;
        startDate?: number;
        title?: string;
        url?: string;
    }
    Index

    Properties

    alerts?: number[]

    Alert times in minutes relative to the event start. Use negative numbers for alerts before the start, and positive numbers for alerts after the start.

    // -1440 -> 1 day before
    // -60 -> 1 hour before
    // 30 -> 30 minutes after
    [-1440, -60, 30]

    Android, iOS

    7.1.0

    attendees?: EventGuest[]

    The event guests.

    Android

    7.1.0

    availability?: EventAvailability

    Android, iOS

    7.1.0

    calendarId?: string

    Android, iOS

    0.1.0

    color?: string
    #6750A4
    

    Android

    7.1.0

    description?: string

    Android, iOS

    7.1.0

    duration?: string

    Duration of the event in RFC2445 format.

    P1D (1 day), P3W (3 weeks), P2DT4H30M (2 days, 4 hours, and 30 minutes).
    

    Android

    7.1.0

    endDate?: number

    Android, iOS

    0.1.0

    id: string

    The ID of the event to be modified.

    Android, iOS

    7.1.0

    isAllDay?: boolean

    Android, iOS

    0.1.0

    location?: string

    Android, iOS

    0.1.0

    organizer?: string

    Email of the event organizer.

    Android

    7.1.0

    recurrence?: EventRecurrenceRule

    Rules for creating a recurring event.

    Android, iOS

    7.3.0

    span?: EventSpan

    The span of modifications.

    EventSpan.THIS_EVENT
    

    iOS

    7.1.0

    startDate?: number

    Android, iOS

    0.1.0

    title?: string

    Android, iOS

    0.4.0

    url?: string

    iOS

    0.1.0