I have a scheduler created, I can create appointments, etc. But what event fires when the appointment time is hit? For some reason this is eluding me...
1 Answer, 1 is accepted
0
Accepted
Dess | Tech Support Engineer, Principal
Telerik team
answered on 27 Dec 2021, 05:29 AM
Hello, Troy,
If I understand your requirement correctly, you need to detect when an appointment time has come. The easiest way to achieve it is to use a timer (e.g. with 1 min interval) and iterate the RadScheduler.Appointments collection where you can check the appointment's start time.