Ionic-Calendar
Ionic-Calendar copied to clipboard
How to load aysnc events data into calendar?
Aysnc events are not showing up? Any way to display database events into the calendar?
You need to manipulate eventSource in the async callback. If you just modify the element in eventsource, you also need to fire eventSourceChanged event.
eventSourceChanged not working after http callback also.