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

    Interface DeleteEventOptions

    7.1.0

    interface DeleteEventOptions {
        id: string;
        span?: EventSpan;
    }
    Index

    Properties

    Properties

    id: string

    7.1.0

    span?: EventSpan

    The span of deletion.

    EventSpan.THIS_EVENT
    

    iOS

    7.1.0