ObjectiveSubject / ccl

1 stars 0 forks source link

Rooms: UI enhancements #46

Closed kpettinga closed 6 years ago

kpettinga commented 6 years ago

See http://libraryweb.wpengine.com/meeting-and-presentation-spaces/ for a live example of the room reservation system

davekellam commented 6 years ago

I added the multiday booking check in f07c88fb. Right now, it's set to span the first day and day after, but could be modified to grab the whole week's bookings.

See get_space_item() and the line $date->modify( '+1 day' );. For the whole week, that can be change to 6 days, or commented out to continue receiving the current day.