完整日历:在开始日期启用时间时,调整大小不起作用

Fullcalendar: Resizing not working when time is enabled on start date

本文关键字:调整 不起作用 时间 启用 日历 日期 开始      更新时间:2023-09-26

我有一个 json 数据,其中包含我的事件的开始和结束日期。

$(".full-calendar-demo").fullCalendar({
      editable: true,
      eventDurationEditable: true, 
      events:[
      {
        id: 83,
        title: "Conference",
        start: '2014-11-12T5:00:00',
        end: '2014-11-13T5:00:00',
      }];
   });

如何启用事件大小调整。我正在使用完整日历 v2.2.3

如何添加可调整大小:true