fullcalendar businessHours在非工作日在agendaDay视图中查看资源

时间:2018-03-12 10:31:01

标签: jquery fullcalendar fullcalendar-scheduler

如果我的资源都没有设置businessHours,那么如何整天都是灰色的?

为特定日期的每个资源设置 businessHours enter image description here

对于特定日期的任何资源, businessHours未设置enter image description here

1 个答案:

答案 0 :(得分:1)

我的资源Ruby对象设置不正确。只需检查businessHours是否已设置,如果没有,为每个资源添加仅限下限的businessHours解决了我的问题。

resource_example = { id: my_id, title: my_title, businessHours: { dow: my_daynum } }

enter image description here