ebarooni / capacitor-calendar

The Capacitor Calendar Plugin enables full calendar functionality on iOS and Android, with added reminder support for iOS devices.
https://capacitor-calendar.pages.dev
MIT License
4 stars 3 forks source link

No ability to create and delete calendars? #53

Open zarko-tg opened 2 weeks ago

zarko-tg commented 2 weeks ago

Hi, I wonder if creation and deletion of a calendar (silently) has been omitted on purpose from the API, or it's just something not yet taken into consideration. Because it is/was common in the go-to calendar plugins for Cordova/Capactior.

ebarooni commented 2 weeks ago

Hi both creating and deleting calendars will be implemented. But I think the functionalities will only be supported on iOS. Im not sure if Android provides a way to make this happen.

zarko-tg commented 1 week ago

Thanks. Re. Android it is possible with the code in the Cordova calendar plugin. In general it hasn't been maintained in a while so I don't know how future proof is that implementation.