Scheduler - Disable date slot less than today

Good morning,
I'd like to know if is possible to disable CLICK event on the slot past (i.e. with data < today) so as not to display the dialog for entering an appointment and both to COLOR the slot with a determinate color (ex: grey).
Tks very much.

I'll attach an image on what I intend to achieve.

Hi @Roberto_Daniele,

Yes, the dialog is displayed with custom code anyway - you can add the required checks in the SlotSelect event handler to prevent displaying the dialog.

Yes. I finally handled it like this. :wink:
Tks very much and a good day.

Roberto