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

    Interface CreateEventWithPromptOptions

    7.1.0

    interface CreateEventWithPromptOptions {
        alerts?: number[];
        availability?: EventAvailability;
        calendarId?: string;
        description?: string;
        endDate?: number;
        invitees?: string[];
        isAllDay?: boolean;
        location?: string;
        recurrence?: EventRecurrenceRule;
        startDate?: number;
        title?: string;
        url?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alerts?: number[]

    Alert times in minutes relative to the event start. Use negative numbers for reminders before the start, and positive numbers for reminders after the start. On iOS only 2 alerts are supported.

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

    iOS

    7.1.0

    availability?: EventAvailability

    Android, iOS

    7.1.0

    calendarId?: string

    iOS

    0.1.0

    description?: string

    Android, iOS

    7.1.0

    endDate?: number

    Android, iOS

    0.1.0

    invitees?: string[]

    An array of emails to invite.

    Android

    7.1.0

    isAllDay?: boolean

    Android, iOS

    0.1.0

    location?: string

    Android, iOS

    0.1.0

    recurrence?: EventRecurrenceRule

    Rules for creating a recurring event.

    Android, iOS

    7.3.0

    startDate?: number

    Android, iOS

    0.1.0

    title?: string

    Android, iOS

    0.1.0

    url?: string

    iOS

    0.1.0