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

    Interface DeleteRemindersListOptions

    8.2.0

    interface DeleteRemindersListOptions {
        commit?: boolean;
        id: string;
    }
    Index

    Properties

    Properties

    commit?: boolean

    Whether to save the deletion to the event store immediately. Pass false to batch multiple changes and commit them together using CapacitorCalendar.commit(), which is more efficient than committing each save individually.

    false
    
    true
    

    iOS

    8.2.0

    id: string

    Identifier of the reminders list to delete.

    'A1234567-ABCD-EFGH-IJKL-MNOPQRSTUVWX'
    

    iOS

    8.2.0