Hi Stanislav and Ilya ,
I want to block time in scheduler for custom days . This days are stored in database .
How can i do that ?
Thanks
Hi Stanislav and Ilya ,
I want to block time in scheduler for custom days . This days are stored in database .
How can i do that ?
Thanks
Currently scheduler provides blockTime api, which can be used to block some dates, but there is no builtin solution for loading such data from db. You can add a custom ajax call, and based on its results call blockTime api for necessary dates.