I noticed the new calendar component. What is tha underlying library and version used for this component?
Also I scanned the documentation, but what I miss are options to display multi-day events or to show events on month view. Are the features also updated/improved?
I noticed that it Full calendar is used as library, which is great. I do miss one thing the old calendar had. Using a workflow I can retrieve the start-/end date of the view, which are the first cell date and last cell date. Which is fine and returns based on the screenshot below of Fberuary 2025 a startDate of 2025-01-27 and endDate of 2025-03-09
But I would also like to fetch the start-/end date of the specific month at hand. Based on the screenshot above this should be: monthStartDate: 2025-02-01 and monthEndDate (2025-02-28). This distinction was available in the old calendar component.
I also miss the eventDisplay configuration option. To be able to display event blocks on month-view instead of the dots.
I want to have more control on de event details and representation on month view. Any thoughts on this. The lack of this, withholds me to migrate from the deprecated component to the new component.
I agree. I’m also encountering this issue now. I need the calendar’s start and end dates to be available based on the current view. For example, in month view, there should be an exposed variable where we can bind the start and end dates of the month and similarly for other views.