Calendar-PhoneGap-Plugin icon indicating copy to clipboard operation
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

Open theblang opened this issue 6 years ago • 1 comments
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.

theblang avatar Oct 08 '19 16:10 theblang

This actually seems pretty useful. Maybe an INTERACTIVE_USE_ONLY=true flag during installation?

booleanbetrayal avatar Oct 08 '19 17:10 booleanbetrayal