So i have a mini project - hotel management.
I am making admin page to show all Rooms in hotel and their reservations(bookings)
So i want to make the scheduler for each room and it should represent reservation dates(events)
All data(booking start date, booking end date) I have in the database.
SO the question is how can I send as a response this data from database to the jpa and to display it on the scheduler correctly.
And in this tutorial you are displaying only one month. I want to display every month in year.
Sorry for poor description, actually I am not from english-speaking country.
Thank you, for your attention!