I'm presuming i've not misread the functionality of this module but time slots are not shown beyond the 'on the hour' slots. I believe this is what 'Default length of time is supposed to cover ie.
Default length of timeslots
Hours: 0
Minutes: 15
should give the following timeslots presuming my start hour was 9:00am;
9:00am - Book Now
9:15am - Book Now
9:30am - Book Now
9:45am - Book Now
10:00am - Book Now
10:15am - Book Now etc...
But I get:
9:00am - Book Now
10:00am - Book Now
11:00am - Book Now etc...
When selecting maximum available slots (Which I presume is per timeslot) it does show on the calendar and does restrict your bookings from the calendar but this does not cover the time slot just any time within the hour.
Comments
Comment #1
bneel commented+1
Comment #2
chales commentedSame issue. I saw this from @UK_Rouge in http://drupal.org/node/863550#comment-4568570
I need to work out the granularity for 30 minute slots and I'm trying to find out of this is a feature within the module or not. I see code for minutes and even for half_hour so before I try ripping it apart is this this something that should currently work or does it need further debugging and development?
Comment #3
kenorb commentedGranularity for 30min you can change in your calendar View somewhere.
Comment #4
kenorb commentedDefault length of timeslots in the configuration of module (logic) and in Views (display) are not synchronised.
So you have to change it in two places, in the module and in the View.
I'm not sure if changing programmatically some options in the View is a good idea.
Comment #5
chales commentedNote on the calendar view settings for time grouping increments.
In your view the style plugin for Day, Week, and Month is called "Calendar" and in it's style setting options you can choose a time grouping of Hour, Half Hour or Custom. The default setting is Hour so you need to change this to allow for the half hour or smaller time slots.
Comment #6
kenorb commentedThe 6.x version is no longer supported, but it should work in Drupal 7.x where you can set-up different periods and configure further more (e.g. prices).
See: http://grab.by/KDZW, http://grab.by/KE02, http://grab.by/KE06