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

    Interface DeleteEventsByIdOptions

    7.1.0

    interface DeleteEventsByIdOptions {
        ids: string[];
        span?: EventSpan;
    }
    Index

    Properties

    Properties

    ids: string[]

    7.1.0

    span?: EventSpan

    The span of deletion.

    EventSpan.THIS_EVENT
    

    iOS

    7.1.0