-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Does not get back to app after created an event successful on Google devices #149
Comments
Having the same issue on an emulator with Google Play Services. When adding a calendar event the flow is: AddCalendarEvent.presentEventCreatingDialog() -> Opens the Google Calendar App with the event -> Press save -> Stays in the Google Calendar App (have to press the back button to go back to my app) |
Having the same issue. However the event return is always "CANCELLED". |
I have the same issue on both emulator and Pixel 7 and Pixel 7 pro (Android 14). |
I'm facing the same problem. Has anyone found a solution? |
Same here |
anyone work this out? exactly where I am at |
This problem is keeping me from fully integrating this package for every device. I was originally using react-native-calendar-events, but that had problems on samsung devices. I'm now using this package and react-native-calendar-events simultaneously since it covers most scenarios. |
Same as me. |
Only happening using Google Calendar. Using Samsung Calendar, it closes calendar app and returns to my app immediately after creation. |
The feature is working well on Samsung devices, But not on Google devices as Nexus... After created an event, the Calendar app is shown instead of App. Do you guys have any ideas?
The text was updated successfully, but these errors were encountered: