Results 122 comments of Vladimir

There is currently no such thing as `footerToolbar` in Event Calendar.

Thank you for this feature request. I ask all those who are interested in this feature to show their interest by liking the initial post.

Unfortunately, the problem here is different. It was assumed that the height of the row with events can be greater than the height of the row with the resource name,...

This should be fixed in v4.5.2. Please check. Thanks to @rovshena for his contribution to fixing the problem.

Dragging from the all-day section to the main section and back is not currently supported. But it could be implemented in future versions, perhaps through a separate setting?

Good idea. I will implement this later.

To comply with the FullCalendar API I decided to rework your PR to implement [slotLabelInterval](https://github.com/vkurko/calendar?tab=readme-ov-file#slotlabelinterval) option. If you set this option to zero: ```js slotLabelInterval: 0, ``` then all labels...

No, there is no such setting, and it seems to me that this logic should be outside the calendar. The calendar provides you with an API for creating events by...