Using radScheduler, what event fires when an appointment time is hit?

1 Answer 77 Views
Scheduler and Reminder
Troy
Top achievements
Rank 3
Bronze
Iron
Iron
Troy asked on 27 Dec 2021, 05:09 AM
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

Sort by
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.

An alternative approach is to use reminders. Please refer to the following help article which demonstrates how to use it: https://docs.telerik.com/devtools/winforms/controls/scheduler/reminders/radschedulerreminder 

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Troy
Top achievements
Rank 3
Bronze
Iron
Iron
commented on 27 Dec 2021, 10:45 PM

This answered my question, seems odd that you'd have to do it that way, but.. ok. =)
Tags
Scheduler and Reminder
Asked by
Troy
Top achievements
Rank 3
Bronze
Iron
Iron
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or