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

Fire Event on Reccurence

2 Answers 14 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
heavywoody
Top achievements
Rank 1
heavywoody asked on 22 Mar 2015, 09:46 PM
I have a project I am working on where the user can set items in the scheduler to to fire a particular times.  I make that work by just reading the date/time to fire.  But what I am unsure of is how to fire off a Recurrence?   Because all that is saved is the appointment and the pattern.  I saw your example in SDK about doing reminders of appointments, but that actually created a completely different scheduler item.

So is there a way for me to read recurrence pattern or from some other source to know when to fire an reoccurring event?  How to test for items against a current timer?

2 Answers, 1 is accepted

Sort by
0
Accepted
Nasko
Telerik team
answered on 25 Mar 2015, 04:29 PM
Hello Christian,

You could use the GetOccurrences method of the AppointmentExtensions class that provides the possibility to get all the occurrences of a specific Appointment in a DateTime range specified by you.

Hopes this helps.

Regards,
Nasko
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
heavywoody
Top achievements
Rank 1
answered on 01 Apr 2015, 03:31 PM
Thank you.  I wasn't aware that was  available.  That does it!
Tags
ScheduleView
Asked by
heavywoody
Top achievements
Rank 1
Answers by
Nasko
Telerik team
heavywoody
Top achievements
Rank 1
Share this question
or