I want to load and display events from more than one source.
I'm currently using:
dpRota.events.load("api/rotaevents/list/2?format=dp_events");
dpRota.events.load("api/events/list?format=dp_events");
but this only shows events from one source, when I inspect dpRota.events.list, I can only see the one list of events.
How can I load and show both on the same scheduler?