rareyush Posted April 25, 2018 Share Posted April 25, 2018 Has anyone any experience making a dynamic hours booking calendar: person visits site and can see a calendar with available hours marked as taken and others as free person clicks number of hour and is allowed to fill a form to book the timing like: 6:17pm - 10:67-pm Any comments most appreciated, Link to comment Share on other sites More sharing options...
rareyush Posted April 27, 2018 Author Share Posted April 27, 2018 anybody ? noone has experienced this ? Link to comment Share on other sites More sharing options...
Pixrael Posted April 27, 2018 Share Posted April 27, 2018 Try to find a calendar script (php or javascript) there are tons on internet, free and paid. Follow the instructions to set/get the data and use it in your template file. https://www.google.com/search?q=Hours+Booking+calendar+php I previously used this http://eonasdan.github.io/bootstrap-datetimepicker/ (javascript), it's for use with bootstrap, you just have to output the plugin config with php and later receive the data using a post.. it's very straightforward Link to comment Share on other sites More sharing options...
dragan Posted April 27, 2018 Share Posted April 27, 2018 A little search goes a long way... here's two similar threads https://processwire.com/talk/topic/14888-simple-calendar-module-with-reservation-and-confirmation/ https://processwire.com/talk/topic/16757-booking-calendar-–-overview/ As far as GUI is concerned, there are better alternatives than Bootstrap datepickers. Out of the box, they are not truly accessible. Try something like this instead https://github.com/flatpickr/flatpickr Link to comment Share on other sites More sharing options...
rareyush Posted April 29, 2018 Author Share Posted April 29, 2018 On 4/27/2018 at 8:08 PM, dragan said: A little search goes a long way... here's two similar threads https://processwire.com/talk/topic/14888-simple-calendar-module-with-reservation-and-confirmation/ https://processwire.com/talk/topic/16757-booking-calendar-–-overview/ As far as GUI is concerned, there are better alternatives than Bootstrap datepickers. Out of the box, they are not truly accessible. Try something like this instead https://github.com/flatpickr/flatpickr On 4/27/2018 at 7:36 PM, Pixrael said: Try to find a calendar script (php or javascript) there are tons on internet, free and paid. Follow the instructions to set/get the data and use it in your template file. https://www.google.com/search?q=Hours+Booking+calendar+php I previously used this http://eonasdan.github.io/bootstrap-datetimepicker/ (javascript), it's for use with bootstrap, you just have to output the plugin config with php and later receive the data using a post.. it's very straightforward 4 none of them is working in my case I am actually looking for something like an appointment booking calendar with multiple time slots during each day, where availability can also be specified. Also the availability can be specified by the service provider, not necessarily the super admin, and can be selected and booked by users with an online payment. Thanks for your help and support. Link to comment Share on other sites More sharing options...
kixe Posted November 30, 2018 Share Posted November 30, 2018 https://processwire.com/talk/topic/14888-simple-calendar-module-with-reservation-and-confirmation/?do=findComment&comment=133521 http://www.99lime.com/modules/recurme/ https://fullcalendar.io/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now