I'm working on a project where I have to create some particular views on FullCalendar 5 in timeline with React.
The idea is to display more or less long periods with duration slots per month.
Generally, the horizons will be by 6 months, but I can't find how to make custom views with a precise horizon (Ex: 01 April - 31 August).
I thought it was possible by defining a start + a duration, but obviously no way to do it dynamically, because the user must be able to change the horizon when needed.
Did I miss an option to do this? Or is FullCalendar really not made for this?
Thank you!