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

Recurrence String

1 Answer 65 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Rhys
Top achievements
Rank 1
Rhys asked on 24 Aug 2008, 05:01 AM
Using the simple database schema described in the Scheduler docs there is a field called "RecurrenceRule".  The data for recurrence is stored using a string that looks like....

DTSTART:20080819T090000Z
DTEND:20080819T100000Z
RRULE:FREQ=DAILY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR,SA,SU
EXDATE:20080827T090000Z,20080828T090000Z,20080903T090000Z

Is there any Class in the Scheduler that splits this up?  I need to access certain elements of it and would rather not write new code to get at the data.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Dimitar Milushev
Telerik team
answered on 25 Aug 2008, 02:27 PM
Hello Rhys,

The RecurrenceRule class has a TryParse method that can parse these rules. You can see more info at http://www.telerik.com/help/aspnet-ajax/schedule_serversideworkingwithrecurringappointments.html

Regards,
Dimitar Milushev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
Rhys
Top achievements
Rank 1
Answers by
Dimitar Milushev
Telerik team
Share this question
or