When loading event data from multiple json sources, events will display but then will quickly disappear at random. This only occurs when loading many events (400+) from 3 or more data sources. Sometimes they will all display correctly, but most of the time the majority of them disappear.
Note: Many of the events being loaded are more than a year long.
Example using the multiple source extension:
scheduler.load(["data1.json", "data2.json", "data3.json"], "json");
I am suspicious that the events are being filtered after initialisation but can't find out why. This happens on all views.
Please help!