I need to allow users to make booking only under by me chosen times. Example - i have made appointment 9.00-12.00 and would like users to make appointments only during those times.
If the available slots have a fixed duration, you can create them in advance and users can pick one of the existing available slots. This approach is used in the Doctor Appointment Scheduling tutorial
Comment posted by Pavle 2 years ago.
Thanks, but I have my available slots defined in outlook kalendar and want to show those times as free in daypilot kalendar part.
Regards, Pavle
Comment posted by Dan Letecky [DayPilot] 2 years ago.
You can mark individual grid cells as disabled using the BeforeCellRender event handler. This event handler is called for every cell.