Hi, I'm trying simple Calendar 4 implementation to check if it's right for

Hi, I’m trying simple Calendar 4 implementation to check if it’s right for me. Browsing through the demos I found the configuration in the loaded image and I noticed that there are already the functions to change the views (Month, week, day) and the arrows for navigating the period. However, by instantiating the component, these are not present. Do I have to implement them manually (buttons and functions) or are they already present in the component and is it sufficient to activate them?
Thank you.

18286072.png

Hi Leon,

these client side buttons are deactivated by default since the Vaadin integration is not listening to these (they are somehow FC internal).

You can easily integrate such buttons yourself as seen in the Vaadin integration demo https://stefan.app.fi/fullcalendar-demo2/

The source code can be found on GitHub: https://github.com/stefanuebe/vaadin_fullcalendar/blob/master/demo/src/main/java/org/vaadin/stefan/Demo.java