Maxo42 Hi, Is it possible to have a calendar or only the days from Monday to Thursday are available. Because right now I'm only able to make Monday to Friday days available and I absolutely have to block Friday so that no one is able to add an appointment. Thanks for your help.
aware_support Which calendar are you talking about? The one displayed for date controls in forms or Calendar/Scheduler displayed by a query?
Maxo42 I'm talking about this calendar. I would like the day with an x ​​not to be available to users
aware_support You can set it for the Working Week view by a script. Go to the scripts property of the corresponding query and paste the following script into the Initialization Script tab: config.workDays = [1,2,3,4];