TheAlmightyBob / Calendars

Cross-platform calendar API plugin for Xamarin and Windows
MIT License
100 stars 23 forks source link

I get Permision error on android even though i have added those permissions #65

Closed abrantie1z closed 5 years ago

abrantie1z commented 5 years ago

You specified in your read.me that we add the write calender and read calender permissions in android, i did yet anytime i run the codes to get calenders, i get permission error.

TheAlmightyBob commented 5 years ago

You still need to request the calendar permission from the user (and they need to grant it), using something like https://github.com/jamesmontemagno/PermissionsPlugin

abrantie1z commented 5 years ago

It worked like charm sir! Thank you for your quick reply .