UNPKG

@ebarooni/capacitor-calendar

Version:

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

18 lines (17 loc) 266 B
/** * @since 7.1.0 */ export interface ListEventsInRangeOptions { /** * The timestamp in milliseconds. * * @since 7.1.0 */ from: number; /** * The timestamp in milliseconds. * * @since 7.1.0 */ to: number; }