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

Get Last Date of Recurring Appointment

1 Answer 45 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Eric Smith
Top achievements
Rank 1
Eric Smith asked on 30 Nov 2016, 08:29 PM

How can I calculate the last date on a Recurring Appointment in code without using selecting the last Occurrence from the RecurrenceRule.Occurrences collection?

Is there some static method that will allow me to return the date of the last Occurrence of a recurring Appointment?

 

 

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 05 Dec 2016, 10:59 AM
Hi Eric,

There is no method, that will return the date of the last occurrence of a recurring appointment. To get that date, you will nee to get the last appointment in the Occurrences collection of the RecurrenceRule object.

Regards,
Veselin Tsvetanov
Telerik by Progress
Telerik UI for ASP.NET AJAX is ready for Visual Studio 2017 RC! Learn more.
Tags
Scheduler
Asked by
Eric Smith
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or