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

Recurrence limit? (Bug?)

1 Answer 69 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Alexander
Top achievements
Rank 1
Alexander asked on 07 Jan 2011, 11:42 AM
Is there a limit on how many times an appointment can recur? I created an appointment with the following properties:

Start date: 1/9/2003 12:00:00 AM
End date: 1/15/2003 12:00:00 AM

Recurrence rule:
DTSTART:20030109T000000Z
DTEND:20030115T000000Z
RRULE:FREQ=WEEKLY;UNTIL=20981231T000000Z;INTERVAL=1;BYDAY=TH

And sure, it recurs. But only until 3/24/2011. The last entry I get is one showing up from 3/24/2011 through 3/29/2011, and then, no more. Notice how the Recurrencerule says UNTIL=20981231? So how come it stops in 2011?

Naturally, if we move the schedule back one year, i.e.

Start date: 1/9/2003 12:00:00 AM
End date: 1/15/2003 12:00:00 AM

Recurrence rule:
DTSTART:20020109T000000Z
DTEND:20020115T000000Z
RRULE:FREQ=WEEKLY;UNTIL=20981231T000000Z;INTERVAL=1;BYDAY=WE

The last entry I can see is now 3/18/2010 through 3/23/2010.

As far as I know, this behavior isn't documented anywhere. Is this a bug?

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 07 Jan 2011, 01:17 PM
Hi Alexander,

Please, try setting MaximumRecurrenceCandidates="10000" for RadScheduler. Does this help?

Kind regards,
Peter
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Scheduler
Asked by
Alexander
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or