Calendar-PhoneGap-Plugin
Calendar-PhoneGap-Plugin copied to clipboard
Add config option for the automatic installation to not request calendar permissions on Android when you know you are only using the interactively API
trafficstars
I noticed in the manual Android instructions that you can use the interactively API without needing to request calendar permissions (assumably because you are offloading the calendar creation to a calendar app via an intent, rather than doing it directly?). How difficult would it be to make that a config property when installing automatically via the Cordova plugin CLI? It would be awesome to be able to use the automatic installation command when only using this plugin for the interactively feature without having those unnecessary permissions requested.
This actually seems pretty useful. Maybe an INTERACTIVE_USE_ONLY=true flag during installation?