Directory

← Back

DatebookVaadin

Datebook on Vaadin 14+, used to add event to local calendar, desktop and mobile

Author

Contributors

Rating

Add events to popular calendar apps.

Your donation makes the addon much better, thanks for all your support.

Sample code

DatebookVaadin datebookVaadin = new DatebookVaadin();
BasicConfig basicConfig = new BasicConfig();
basicConfig.setTitle("My Event");
LocalDateTime localDateTime = LocalDateTime.now();
basicConfig.setStart(DatebookUtil.someTime(localDateTime, 0, 6, 0));
basicConfig.setEnd(DatebookUtil.someTime(localDateTime, 0, 10, 0));
datebookVaadin.setCalendarOptions(basicConfig);

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

  • bug fixes
  • upgrade Vaadin to v14.8.4
  • upgrade datebook to v7.0.8
Released
2022-02-22
Maturity
EXPERIMENTAL
License
Apache License 2.0

Compatibility

Framework
Vaadin 14+
Browser
Firefox
Opera
Safari
Google Chrome
iOS Browser
Android Browser
Windows Phone
Microsoft Edge
Online