gpt4 book ai didi

javascript - Fullcalendar Scheduler - 多用户 View 不工作

转载 作者:行者123 更新时间:2023-11-30 20:42:15 25 4
gpt4 key购买 nike

我正在尝试使用调度程序获得多个用户 View 。这是我正在使用的代码:

$('#calendar').fullCalendar({
schedulerLicenseKey: 'CC-Attribution-NonCommercial-NoDerivatives',
defaultView: 'agendaDay',
events: [
// events go here
],
resources: [
{ id: 'a', title: 'Room A' },
{ id: 'b', title: 'Room B' },
{ id: 'c', title: 'Room C' },
{ id: 'd', title: 'Room D' }
]
// other options go here...
});

但是这不起作用,它不显示多个用户,只显示 AgendaDay View 。

我的控制台也出现错误:

未捕获的类型错误:无法读取未定义的属性“Mixin”

我不知道这是否是导致问题的原因。我从 npm install 安装了 fullcalendar 和 scheduler,我没有在脑海中导入任何链接。

所以我的问题是,我的代码是否因为显示的错误或其他原因而无法正常工作?如果是因为混合错误,我希望看到一些可能的修复方法,我已经尝试过其他修复方法,但它们似乎不起作用。

这是scheduler.js报错

enter image description here

最佳答案

获取完整日历 v3 或更高版本。它不适用于 v2 或更早版本。

关于javascript - Fullcalendar Scheduler - 多用户 View 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49129736/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com