UNPKG

@ebarooni/capacitor-calendar

Version:

A capacitor plugin for managing calendar events on iOS and Android, with reminders support on iOS.

14 lines (13 loc) 181 B
/** * @since 7.1.0 */ export declare enum EventSpan { /** * @since 7.1.0 */ THIS_EVENT = 0, /** * @since 7.1.0 */ THIS_AND_FUTURE_EVENTS = 1 }