awesome-cordova-plugins/docs/plugins/calendar/README.md

23 lines
644 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
# Calendar
```
$ ionic cordova plugin add cordova-plugin-calendar
2021-09-29 21:19:55 +08:00
$ npm install @awesome-cordova-plugins/calendar
2021-09-29 20:09:02 +08:00
```
2021-09-29 21:19:55 +08:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/calendar/)
2021-09-29 20:09:02 +08:00
Plugin Repo: [https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin](https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin)
This plugin allows you to add events to the Calendar of the mobile device.
Requires Cordova plugin: `cordova-plugin-calendar`. For more info, please see the [Calendar plugin docs](https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin).
## Supported platforms
- Android
- iOS
2021-09-29 20:38:45 +08:00