首页 > 解决方案 > 如何在 FullCalendar v4 中通过 CTRL + 拖放复制事件?

问题描述

这个复制事件的示例在 FullCalendar v4 中不起作用: https ://codepen.io/ally-murray/details/JBdaBV 有谁知道如何在当前版本中实现此功能?函数“renderEvent”不存在:

$calendar.fullCalendar(
      "renderEvent",
      {
        resourceId,
        title: droppedEvent.title,
        start: startDate,
        end: endDate },
      true);

标签: fullcalendarfullcalendar-4

解决方案


推荐阅读