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

[Solved] Future events based on Recurrence

1 Answer 73 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
John Smith
Top achievements
Rank 1
John Smith asked on 24 Feb 2010, 08:57 PM
Does anyone know of a way to generate a list of events based on the iCalendar spec and RRULE string that RADScheduler uses?  If I want to send email reminders of events coming up I need to have the scheduled events in some sort of recordset.  Hoping for a stored proc.  I could write it on my own but I've been looking for existing code but with no luck.  Thanks in advance.

Example string...

DTSTART:20100219T060000Z
DTEND:20100219T143000Z
RRULE:FREQ=WEEKLY;COUNT=3;INTERVAL=2;BYDAY=TU,FR

1 Answer, 1 is accepted

Sort by
0
Dimitar Milushev
Telerik team
answered on 01 Mar 2010, 05:19 PM
Hello John Smith,

Please refer to this article and specifically the TryParse method of the RecurrenceRule class.

Kind regards,
Dimitar Milushev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Scheduler
Asked by
John Smith
Top achievements
Rank 1
Answers by
Dimitar Milushev
Telerik team
Share this question
or