Jquery 禁用在Agenday视图(fullCalendar)中拖动到另一天

Jquery 禁用在Agenday视图(fullCalendar)中拖动到另一天,jquery,fullcalendar,fullcalendar-scheduler,Jquery,Fullcalendar,Fullcalendar Scheduler,如何在fullCalendar中禁用拖动到另一天?我使用Agenday,只需要一天,但当我在上面记录药物事件时,它们会拖到另一天 $(“#日历”).fullCalendar({ 标题:{ 左:'', 中心:“”,//标题 对:“” }, defaultTimedEventDuration:'01:00:00', 全天时段:错, //标题格式:“[你好,世界!]”, SchedulerLisceKey:“GPL我的项目是开源的”, defaultView:'agendaDay', groupByR

如何在fullCalendar中禁用拖动到另一天?我使用Agenday,只需要一天,但当我在上面记录药物事件时,它们会拖到另一天

$(“#日历”).fullCalendar({
标题:{
左:'',
中心:“”,//标题
对:“”
},
defaultTimedEventDuration:'01:00:00',
全天时段:错,
//标题格式:“[你好,世界!]”,
SchedulerLisceKey:“GPL我的项目是开源的”,
defaultView:'agendaDay',
groupByResource:没错,
事件重叠:错误,
资源:[
{id:'0',title:'0'},
{id:'1',title:'1'},
{id:'2',title:'2'},
{id:'3',title:'3'},
{id:'4',title:'4'},
{id:'5',title:'5'},
{id:'6',title:'6'}
],
取消选择自动:false,
是的,
selectHelper:false,
是的,
droppable:true,//这允许将内容拖放到日历上
dayClick:函数(日期){
警报('clicked'+date.format());
},
选择:函数(开始日期、结束日期){
警报('所选'+startDate.format()+'到'+endDate.format());
},
事件:[],
事件单击:函数(信息){
控制台日志(信息);
}
});

但是我想要

看一看,看一看