search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to include this scheduler to spring boot?

Related article: Using JavaScript/HTML5 Scheduler in Spring Boot (Java)
Asked by annonymous
4 years ago.

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!

Answer posted by Dan Letecky [DayPilot]
4 years ago.

> 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.

This is what the tutorial is trying to explain in "Loading Scheduler Events (Appointments, Reservations)" section.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.