Closed samratbanna closed 2 years ago
@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
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
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!