Directory

Calendar Add-on - Vaadin Add-on Directory

Calendar-Component Calendar Add-on - Vaadin Add-on Directory
Calendar Component for Vaadin 8 ####Version 2.0 - Java8 Date/Time - Extended with convenience methods to set day, week or month - Month view has forward and backward controls now - Advanced styling features for times and days in the month view - More vaadin 8 conform - Bug-Fixes ####Changes See the [README](https://github.com/blackbluegl/calendar-component/blob/master/README.md) on GitHub for Changes.
Discussion Forum
Addon Homepage
Issue Tracker
Source Code

Calendar Add-on version 1.0
Stable version of the near original calendar component based on Vaadin 7. The Version 1.x supports good old java.utl.Date. Any feature additions are only made to version 2.x. Feel free to move to version 2 and post new features request.

Calendar Add-on version 2.0
Testet with Vaadin version 8.8.5 Added 3 merge requests from GitHub. Thanks for the support. I make this as 2.0 stable for now. Please report issues and please support this component. I have too little time to fully support the component. Feel free, support, comment, help. Thanks

Calendar Add-on version 2.0.1
* Ability to add styled time boxes See addTimeBlock( start, end, style) and addTimeBlock( day, start, end, style). breaking changes: -> The two methods without style has being removed. Use the methods above with your custom style.

Calendar Add-on version 2.0.2
### Version 2.0.2 - Change: [Issue#48] Fix Vaadin 8.12 listener deprecations (by evanzel) - Update: [Issue#47] Update JUnit to 8.13.1 - Enhanced: [Issue#44] Month view : Add possibility to set the minimum number of days in the first week (by voltor) - Fix: [Issue#39] Fix time zones (by neovmt)