更改视图时不考虑完整日历事件显示

Full calendar eventdisplay not respected when changing view

小问题 我有一个 FullCalendar v5 页面链接到几个 google 议程。这部分效果很好,默认显示为 dayGridMonth,事件显示为 'block'.

基于window宽度,如果需要会触发changeView事件切换到listMonth。这部分也很好用。

但是当切换到 listMonth 时,事件显示不考虑 'block' 值。当恢复到 dayGridMonth 时,它是正确的

如果在事件源级别而不是全局实施显示 属性,则行为相同。

有人知道为什么吗?

感谢

这是故意的。 documentation for eventDisplay 明确表示 block 设置仅适用于 daygrid 视图:

'block' - When in daygrid, renders the event as a solid rectangle. When in other views, will render normally

特别注意最后一句。