Open ocodista opened 4 years ago
On iOS it returns true right after the New Event view is opened.
On Android too... I wish to know if the user saved or canceled, otherwise the callback is useless
Hi!
On Android too... I wish to know if the user saved or canceled, otherwise the callback is useless
I need too.
Currently it returns true if the calendar/event UI was successfully launched, we'll review if what you're asking is possible.
Hi!
On Android too... I wish to know if the user saved or canceled, otherwise the callback is useless
I need too.
+1
Has someone already been able to fix it?
Currently it returns true if the calendar/event UI was successfully launched, we'll review if what you're asking is possible.
Actually we want call back when event added successfully in case of Android. But in real we get callback when UI is opened.
In iOS its working fine. We get callback when event added successfully.
Why we need this because I have logic if user added event in calendar successfully so I can remove that button from UI. So user cannot add same event again.
The function returns before user saves the event on android's calendar, it's triggered right after the click.