mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
21 lines
644 B
Markdown
21 lines
644 B
Markdown
|
# Calendar
|
||
|
|
||
|
```text
|
||
|
$ ionic cordova plugin add cordova-plugin-calendar
|
||
|
$ npm install @awesome-cordova-plugins/calendar
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/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
|
||
|
|