Files
awesome-cordova-plugins/docs/plugins/calendar/README.md
T
2026-03-21 17:08:43 -07:00

30 lines
822 B
Markdown

---
description: >-
Calendar plugin for Cordova and Ionic. This plugin allows you to add events to the Calendar of the mobile device. Requires Cordova plugin:…
---
# Calendar
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).
## Installation
```bash
ionic cordova plugin add cordova-plugin-calendar
npm install @awesome-cordova-plugins/calendar
```
**Plugin Repo:** [https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin](https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)