vonovak / react-native-add-calendar-event

Create, view or edit events in react native using the standard iOS / Android dialogs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not get back to app after created an event successful on Google devices

thuongtv-vn opened this issue · comments

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?

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 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".

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)

I have the same issue on both emulator and Pixel 7 and Pixel 7 pro (Android 14).
The Google calendar app is opened within my app and takes over my app. I have to re-start my app.

I'm facing the same problem. Has anyone found a solution?