How to copy event via CTRL + Drag&Drop in FullCalendar v4?

♀尐吖头ヾ 提交于 2020-03-05 03:23:12

问题


This example of copying events doesn't work in FullCalendar v4: https://codepen.io/ally-murray/details/JBdaBV Does anyone know how to make this functionality in the current version? Function "renderEvent" doesn't exist:

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

来源:https://stackoverflow.com/questions/59747863/how-to-copy-event-via-ctrl-dragdrop-in-fullcalendar-v4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!