I'm loading dynamic events from a JSON source, but each time I click a different room, I want to clear all the events prior to fetching the new ones
I have attempted to clear the eventSource but to no avail
var eventSource = calendar.getEventSources()
eventSource.remove();
which results in an error:
Uncaught TypeError: eventSource.remove is not a function
I have previously been using V3, but upgraded to V4 and the documentation is a little hard to follow on how to clear the events.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…