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

IOS: always returns {action:"CANCELED"}

samratbanna opened this issue · comments

Hi all!

When I open app first time successfully add event then then after dialog opens and dismiss immediately It returns the response is:

{action: "CANCELED"}

Does anybody know why this might be happening?

Thank you!

@samratbanna did you find any fix?

Had the same issue, I was able to fix it by changing all my
AddCalendarEvent.presentEventCreatingDialog(config).then(...) to async await syntax.
Hope this helps

@KrisGilicze doesn't work for me. it opens only first time

commented

Is there anybody who fixed this issue?

Same issues. anyone had solution for
this. Thanks.

Having the same issue, anyone found a solution?
-Update I was able to solve this by making sure my permissions were handled properly and cleaning the project