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

### Bug Description On the wiki, in "Customize the entry content" : https://github.com/stefanuebe/vaadin_fullcalendar/wiki/FullCalendar-Examples#customize-the-entry-content There is an example with a `setEntryContentCallback` function that return `info.el` But for event content, there isn't...

worksforme

### Bug Description By default the calendar use the `stickyHeaderDates` to `true`. To workaround the problem just use `stickyHeaderDates`. ### Example Code https://github.com/fullcalendar/fullcalendar/issues/6969

bug
FC issue
workaround

The Vaadin Grid has setItems methods, that shortcut the creation of data providers. Such kind of api could also be applied to the FullCalendar, e.g. * setEntries(Entries... ) would create...

enhancement

Hey! Thank you for your work! :) Will you add https://fullcalendar.io/docs/scrollToTime this in some time?

enhancement

There is a problem an all the demo with the applayout, open and close the left menu cause the calendar to not resize correctly. This is an FC issue that...

bug
FC issue
demo app

This enhancements bases on https://github.com/stefanuebe/vaadin_fullcalendar/issues/115. Due to the limitation of LocalTime to 24 hours, we will integrate a custom time type to set the recurrence start and end time. With...

enhancement

Currently there is neither an API for readonly nor for enabled. Basic requirement / first step is to have at least the opportunity to set the calendar instance to readonly,...

enhancement

And also overhaul the code structure and style a bit.

enhancement

Currently very hard to work with on mobile device. Also toolbars are implemented in different ways. Shown samples might be a bit more representive or useful.

demo app

Currently complex options need to be build together manually using JsonObject. We should try to automate json object conversion by utilizing / extending the new JsonItem type.

enhancement