eventProps.start是未定义的fullcalendar

eventProps.start是未定义的fullcalendar,fullcalendar,Fullcalendar,对不起,我的英语不好 我将fullCalendar3.4.0放在我的项目中,在visual studio 2015的安装包下安装了最新版本的moment 我忘了什么?在巴西,我们采用24小时制(00:00-23:59) 开始时出错: 延迟异常:eventProps.start未定义normalizeEventTimes@http://localhost:49523/Scripts/fullcalendar.js:13629:24 normalizeEventDates@http://localh

对不起,我的英语不好

我将
fullCalendar
3.4.0放在我的项目中,在visual studio 2015的安装包下安装了最新版本的
moment

我忘了什么?在巴西,我们采用24小时制(00:00-23:59)

开始时出错:
延迟异常:eventProps.start未定义normalizeEventTimes@http://localhost:49523/Scripts/fullcalendar.js:13629:24
normalizeEventDates@http://localhost:49523/Scripts/fullcalendar.js:13609:3
assignDatesToEvent@http://localhost:49523/Scripts/fullcalendar.js:13600:3
buildEventFromInput@http://localhost:49523/Scripts/fullcalendar.js:13584:4

buildEventSource/source.events我发现了这个问题。我在visual studio 2015上卸载了从安装包安装的moment,并使用了来自fullcalendar.3.4.0 zip文件的moment.min.js。

您是否将所有相关文件包含到实际网页中,并使用了正确的路径?我不相信仅仅安装软件包就可以做到这一点。
Error at start:
jQuery.Deferred exception: eventProps.start is undefined normalizeEventTimes@http://localhost:49523/Scripts/fullcalendar.js:13629:24
normalizeEventDates@http://localhost:49523/Scripts/fullcalendar.js:13609:3
assignDatesToEvent@http://localhost:49523/Scripts/fullcalendar.js:13600:3
buildEventFromInput@http://localhost:49523/Scripts/fullcalendar.js:13584:4
buildEventSource/source.events<@http://localhost:49523/Scripts/fullcalendar.js:13174:13
map@http://localhost:49523/Scripts/jquery-3.1.1.min.js:2:3409
buildEventSource@http://localhost:49523/Scripts/fullcalendar.js:13173:21
EventManager/<@http://localhost:49523/Scripts/fullcalendar.js:12835:17
each@http://localhost:49523/Scripts/jquery-3.1.1.min.js:2:2813
EventManager@http://localhost:49523/Scripts/fullcalendar.js:12832:2
constructor@http://localhost:49523/Scripts/fullcalendar.js:11300:3
$.fn.fullCalendar/<@http://localhost:49523/Scripts/fullcalendar.js:54:15
each@http://localhost:49523/Scripts/jquery-3.1.1.min.js:2:2813
each@http://localhost:49523/Scripts/jquery-3.1.1.min.js:2:1001
$.fn.fullCalendar@http://localhost:49523/Scripts/fullcalendar.js:35:2
@http://localhost:49523/:22:9
j@http://localhost:49523/Scripts/jquery-3.1.1.min.js:2:29946
g/</k<@http://localhost:49523/Scripts/jquery-3.1.1.min.js:2:30262

TypeError: eventProps.start is undefined