The following tutorials explain how to create a visual reservation application using the JavaScript Scheduler component. These tutorials cover hotel room reservations, restaurant table bookings, and sports facility reservations.
The focus of these tutorials is on crafting the user interface, which comprises a scheduling grid. Resources (like apartments, cabins, tables, conference rooms, tennis courts, etc.) are displayed on the vertical axis, while the timeline is shown on the horizontal axis. The granularity of the timeline depends on specific requirements: days for accommodations and hours for related amenities.
Reservations can be created and updated via drag and drop. These reservations display details such as price, customer contact information, and more directly in the UI. Additionally, color coding is used to indicate the reservation status.
Each tutorial comes with a downloadable project containing its source code. You can use these projects to experiment with the Scheduler's features. They can also serve as a starting point for implementing your own application.