1.0.4 • Published 4 months ago

@sharryland/capacitor-calendar-plugin v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months 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

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago