Sorry for the late reply. That's some great features. For now the slot booking isn't available but we've had several requests on this feature.
The member integration does not exists right now as well but if you got some time it is doable through our services. What you could do is that you create a new database table that can hold the relation between a member and the bookings. Then you create your own custom submit method in a controller and when you've created the new booking you create the relation with the logged in member and the booking.
Then it should be straight forward to get the bookings for the logged in member from your database table and our booking service.
Additional features request
I want to be able to have someone book the same time slot and for me to be able to specify how many times that slot can be booked.
I also want the user to be able to log back in and manage their bookings, to allow them to cancel etc.
Thanks Rob
Hi Rob,
Sorry for the late reply. That's some great features. For now the slot booking isn't available but we've had several requests on this feature.
The member integration does not exists right now as well but if you got some time it is doable through our services. What you could do is that you create a new database table that can hold the relation between a member and the bookings. Then you create your own custom submit method in a controller and when you've created the new booking you create the relation with the logged in member and the booking.
Then it should be straight forward to get the bookings for the logged in member from your database table and our booking service.
// Herman
is working on a reply...