This is a migrated thread and some comments may be shown as answers.

RadAlarmForm Appointment

2 Answers 68 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Brandon
Top achievements
Rank 1
Brandon asked on 14 Mar 2011, 01:37 PM
How can I get a handle to the appointment(s) in the RadAlarmForm?
I'm trying to get the appointment(s) to mark them as dismissed.

Thanks!

2 Answers, 1 is accepted

Sort by
0
Brandon
Top achievements
Rank 1
answered on 16 Mar 2011, 01:04 PM
Well no response, but I figured this one out on my own.

For those who wondered how to get this done...
You must get a handle to the RadScheduler.CollectionChanged event and get access to the e.NewItems, which returns an Appointment Object.

0
Dobry Zranchev
Telerik team
answered on 17 Mar 2011, 02:09 PM
Hello Brandon,

Thank you for writing.

You can get all appointment objects by calling the method GetReminderObject. After that you can directly cast an item from the returned collection to the Appointment.
(Appointment)this.radSchedulerReminder1.GetRemindObjects()[0]

Should you need further assistance, we would be glad to provide it.

Regards,
Dobry Zranchev
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Scheduler and Reminder
Asked by
Brandon
Top achievements
Rank 1
Answers by
Brandon
Top achievements
Rank 1
Dobry Zranchev
Telerik team
Share this question
or