Fullcalendar V4 - clear all events
问题 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. 回答1: You