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

    Interface ListEventsInRangeOptions

    7.1.0

    interface ListEventsInRangeOptions {
        from: number;
        to: number;
    }
    Index

    Properties

    Properties

    from: number

    The start of the range, in milliseconds since the epoch. Events still in progress at this time are included.

    1719792000000
    

    7.1.0

    to: number

    The end of the range, in milliseconds since the epoch. Events that begin at or after this time are typically excluded; prefer the next day's start when querying a single calendar day.

    1719878400000
    

    7.1.0