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

Daily Recurrence String - Is Correct?

2 Answers 74 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Brian Mains
Top achievements
Rank 1
Brian Mains asked on 12 Dec 2008, 09:59 PM
Hello,

Is this correct?  I set this up to recur daily, I think every 7 days, but it's not showing on the calendar.

DTSTART:20081222T130000Z
DTEND:20081222T140000Z
RRULE:FREQ=DAILY;UNTIL=20090203T000000Z;INTERVAL=1

Thanks.

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 15 Dec 2008, 02:31 PM
Hi Brian,

How exactly do you implement this? If you add the recurrence rule from code-behind, please denote the new lines in the recurrence string with "/r/n":

"DTSTART:20081222T130000Z/r/nDTEND:20081222T140000Z/r/nRRULE:FREQ=DAILY;UNTIL=20090203T000000Z;INTERVAL=1"


Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Brian Mains
Top achievements
Rank 1
answered on 15 Dec 2008, 02:56 PM
It turns out it was an issue with the RecurrencePattern object; it wasn't specifying the DayOfWeekMask to every day, which caused the issue.  Once I set it to everyday, it works correctly.
Tags
Scheduler
Asked by
Brian Mains
Top achievements
Rank 1
Answers by
Peter
Telerik team
Brian Mains
Top achievements
Rank 1
Share this question
or