1.0.4 • Published 2 years ago

@sharryland/capacitor-calendar-plugin v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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>
ParamType
options{ eventTitle: string; eventDescription?: string; startDate?: number; endDate?: number; location?: string; }

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago