I am looking at using the scheduler control (Restrictions in ASP.NET Core Scheduler Component Demo | Telerik UI for ASP.NET Core)
I see there are various ways to restrict appointments, is there a way to do so where certain dates would not allow appointments? I need to restrict holidays and other specific dates from containing appointments.
Also, is there a way to restrict appointmetns to specific business hours. In the demo it has a button to Show Business Hours but appointments don't seem to be restricted to those hours - I was able to schedule one outside of business hours.
Last, is there a way to note certain dates with a specific background color? I want holidays to be clearly shown so it's easier on the user.
Thanks!