vaadin-fullcalendar icon indicating copy to clipboard operation
vaadin-fullcalendar copied to clipboard

Integration of FullCalendar for Vaadin Flow.

Results 25 vaadin-fullcalendar issues
Sort by recently updated
recently updated
newest added

Will increase the min version of Vaadin to 22 / 23, so something for the future. Might be a breaking change for subclassed FCs on client side.

enhancement

Hi, It's not a bug but if you run a webpack bundle analyzer in a vaadin application, moment js and moment timezone js will take more place than vaadin libraries...

enhancement
help wanted

This is somewhat related to https://github.com/stefanuebe/vaadin-fullcalendar/issues/188 How recurring days of week should be updated, when doing drag and drop on recurring events and using delta to adjust the time and...

Based on #188 . Events should contain the "oldEvent" / old entry info from the client side, if available.

enhancement

I created a test view for recurring events as such: @Route(value = "ctest") public class CalendarTest extends VerticalLayout { private static final long serialVersionUID = 7733363567261805869L; public CalendarTest() { var...

bug
FC issue
workaround

My Eclipse had an issue with the version info in those pom files. This could (should) be removed because spring-boot comes with its own version information for lombok

demo app

public void setOverlapAllowed(boolean overlap) { setOverlap(true); } The method ignores the overlap boolean parameter.

bug

entry.setAllDay If entry is set to all-day, how do I set its sorting?

enhancement
Q&A

There are still some legacy constructors, that need extra mainenance, but can be easily replaced with the builder. Therefore we should deprecate and remove those constructors (except for the no...

The current TS implementation is very basic, a lot of ts-ignore, any and just a few interfaces / types. Should be improved at some point in future.

enhancement