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.