Hello, it is possible to set up a custom view in Calendar?. Here is the configuration of the view I would like to create
views: {
timeGridFourDay: {
type: ‘timeGrid’,
duration: { days: 30 },
buttonText: ‘30 day’
}
Thanks!
I have not worked a lot with FullCalebdar in Wappler, but there are options to set the view type and button text. If you don’t see it directly in the properties UI, you can type it in the code view also (in the Wappler understands) and it would work.