@sharryland/capacitor-calendar-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

capacitor-calendar-plugin

add events to calendar

Install

npm install @sharryland/capacitor-calendar-plugin
npx cap sync

API

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; }

Readme

Keywords

Package Sidebar

Install

npm i @sharryland/capacitor-calendar-plugin

Weekly Downloads

43

Version

1.0.4

License

MIT

Unpacked Size

39.5 kB

Total Files

27

Last publish

Collaborators

  • luca-sharryland