@sharryland/capacitor-calendar-plugin
v1.0.4
Published
add events to calendar
Downloads
29
Maintainers
Readme
capacitor-calendar-plugin
add events to calendar
Install
npm install @sharryland/capacitor-calendar-plugin
npx cap syncAPI
saveEventToCalendar(...)
saveEventToCalendar(options: { eventTitle: string; eventDescription?: string; startDate?: number; endDate?: number; location?: string; }) => Promise<void>| Param | Type |
| ------------- | ------------------------------------------------------------------------------------------------------------------------ |
| options | { eventTitle: string; eventDescription?: string; startDate?: number; endDate?: number; location?: string; } |
