Directory

← Back

DatebookVaadin

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

Author

Rating

Popularity

<100

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

DatebookVaadin - Vaadin Add-on Directory

Datebook on Vaadin 14+, used to add event to local calendar, desktop and mobile DatebookVaadin - Vaadin Add-on Directory
Add events to popular calendar apps. Your [donation](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Q6H3YAQCWHMM4&source=url) makes the addon much better, thanks for all your support.
Online