How to combine this with the HTML5 Room Booking system
6 years ago.
I use the HTML5 Hotel Room Booking (JavaScript/PHP backend/MySQL database),
so events are reservations and all reservations are in MySQL database
not like this
dp.events.list = [
{ id: 1, text: "Event 1 (Group 1)", start: "2019-11-05T00:00:00", end: "2019-11-11T00:00:00", resource: "R1", relatedKey: 1},
{ id: 4, text: "Event 4 (Group 2)", start: "2019-11-02T00:00:00", end: "2019-11-12T00:00:00", resource: "R4", relatedKey: 2},
];
How can i use this method together with reservations database?
Regards,
Jorma Hytonen
jorma.hytonen@datatuki.net
DayPilot