We use the calender plugin to communicate with the calendar on iOS.
But it is not working properly. All events retrieved have an empty start and end date.
I pinpointed the problem to the JSONDeserializeCalendarEvent in the PrivateFindEvent action.
The dates returned by FindEventJS do not have a valid ISO-8601 format because the "T" between the date and time parts is missing (instead a space is used) . Therefore the deserialize does not recognize the dates. If I replace the spaces with T-s it does work.
I have built a workaround by deserializing the dates to Text and convert them in the final assign, but I suppose many people use this plugin. I'm very surprised we have this problem. Anybody any sugggestions what causes this?
Gert-Jan Vernooij wrote:
How did you do the replacing exactly ...??? I'm quite new to this, so maybe you could help me out :-D
Hello,
I think this issue is still not working properly in IOS.
Could you please fix it?
Thank you,
JL
Hi, I'm working with this plugin in IOS and i'm getting the same error, any update on this subject?
Rúben Ferreira