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!
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!