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

    Interface Reminder

    7.1.0

    interface Reminder {
        alerts: number[];
        completionDate: number | null;
        dueDate: number | null;
        id: string;
        isCompleted: boolean;
        listId: string | null;
        location: string | null;
        notes: string | null;
        priority: number | null;
        recurrence: RecurrenceRule[];
        startDate: number | null;
        title: string | null;
        url: string | null;
    }
    Index

    Properties

    alerts: number[]

    7.1.0

    completionDate: number | null

    7.1.0

    dueDate: number | null

    7.1.0

    id: string

    7.1.0

    isCompleted: boolean

    7.1.0

    listId: string | null

    7.1.0

    location: string | null

    7.1.0

    notes: string | null

    7.1.0

    priority: number | null

    7.1.0

    recurrence: RecurrenceRule[]

    7.1.0

    startDate: number | null

    7.1.0

    title: string | null

    7.1.0

    url: string | null

    7.1.0