-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to save calendar event in Android. #415
Comments
Any update? |
|
I think package's developer do not care, so instead waiting for their reply what i did was this
i took Permission to write to calendar via this https://reactnative.dev/docs/permissionsandroid . and dont forget to i don't know why but it will not work without this Hope It Helps, |
Trying to save calendar event in android device but getting below error -
Error: You don't have permissions to retrieve an event to the users calendar.
I already allowed all required permission.
Library version using:
react-native-calendar-events: 2.2.0
Application also crashing on
RNCalendarEvents.findCalendars();
RNCalendarEvents.saveCalendar(calendar);
Please help me with this.
The text was updated successfully, but these errors were encountered: