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

27 lines
814 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/calendar/index.ts#L56">
Improve this doc
</a>
# Calendar
```
$ ionic cordova plugin add cordova-plugin-calendar
$ npm install @ionic-native/plugins/calendar
```
## [Usage Documentation](https://ionicframework.com/docs/native/calendar/)
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