参考:FullCalendar 3.9.0、FullCalendar-Scheduler 1.9.4
谁能确认是否可以按资源对 Google 日历事件进行分组?将 resourceId 参数添加到日历源,如下所示:
var myCalSrc = {
id: 1,
googleCalendarId: '<myCalSrcURL>',
color: '<myCalSrcColor>',
className: '<myCalSrc-events>'
};
导致空白显示。位于 demos 目录中的 FullCalendar-Scheduler gcal.html 文件中的以下注释指出:
/* NOTE: unfortunately, Scheduler doesn't know how to associated events from Google Calendar with resources, so if you specify a resource list, nothing will show up :( Working on some solutions. */
但是,以下线程似乎表明可能已对此进行了修复:
GitHub - 将 ResourceId 参数添加到 gcal.js(提供修复)
但是,检查 gcal.js 文件会发现修复程序尚未添加到该文件中。
是否可以手动将 resourceId 分配给每个 Google 日历提要,以复制FullCalendar 时间线视图文档指示的资源和时间线视图?
任何指导将不胜感激。