I am looking for a way to show some periods as unavailable for appointments (lunch hours, unavailble ressources, etc).
Is there any way to do this ?
1 Answer, 1 is accepted
0
Boyko Markov
Telerik team
answered on 15 May 2009, 09:30 AM
Hello Kenneth Elman,
We do not have a built in behavior of RadScheduler which can show any unavailable appointments. We should definitely think about this feature though. At the moment we only have a work time period which you can define using the Start and End properties. Here is a sample code how to access the WorkTime in RadScheduler DayView -
this.radScheduler.GetDayView().WorkTime
I hope this helps. Do not hesitate to write me back if you have further questions.