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) 203 B
/** * @since 0.2.0 */ export declare enum CalendarChooserDisplayStyle { /** * @since 0.2.0 */ ALL_CALENDARS = 0, /** * @since 0.2.0 */ WRITABLE_CALENDARS_ONLY = 1 }