UNPKG

@ebarooni/capacitor-calendar

Version:

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

22 lines (21 loc) 275 B
/** * @since 7.1.0 */ export declare enum RecurrenceFrequency { /** * @since 7.1.0 */ DAILY = 0, /** * @since 7.1.0 */ WEEKLY = 1, /** * @since 7.1.0 */ MONTHLY = 2, /** * @since 7.1.0 */ YEARLY = 3 }