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) 166 B
/** * @since 7.1.0 */ export interface EventGuest { /** * @since 7.1.0 */ name?: string; /** * @since 7.1.0 */ email: string; }