无法使用eventSource.remove()删除事件源

时间:2019-07-12 06:42:49

标签: javascript fullcalendar-4

我想删除旧的ajax参数,并使用新参数重新获取事件。我尝试获取事件,然后从获取中尝试应用remove方法。

getCurrentActivityName()

我收到此错误:

function RefetchEvent(){
  var old = calendar.getEventSources(); 
  old.remove(); 

  var datasource1 = CollectionData(); 
  calendar.addEventSource(datasource1); 
  calendar.refetchEvents();
}

0 个答案:

没有答案