vonovak / react-native-add-calendar-event

Create, view or edit events in react native using the standard iOS / Android dialogs
MIT License
350 stars 102 forks source link

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

Open thuongtv-vn opened 2 years ago

thuongtv-vn commented 2 years ago

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?

andordavoti commented 2 years ago

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)

jsaq007 commented 2 years ago

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

tofujlg commented 7 months ago

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.

SavinderSinghRealoq commented 7 months ago

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

minimalknave127 commented 5 months ago

Same here

hellaeon commented 3 months ago

anyone work this out? exactly where I am at

NielsSmits1 commented 3 months ago

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.

krepinnegga commented 1 month ago

anyone work this out? exactly where I am at

Same as me.