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

[Solved] Scheduler not rendering outside selected window with recursion

1 Answer 82 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
John Rogowski
Top achievements
Rank 1
John Rogowski asked on 04 Feb 2010, 08:29 PM
So, I'm having a little difficulty populating appointments to my RadScheduler.  I've exported the recurring events to iCal and imported them into Outlook (which works fine), but the scheduler doesn't look like it renders past the initially selected window.  For instance, if I set it on month view and page forward (where events should be recurring into), I get nothing.  Same thing goes for navigating backward.  If I set it on week view, I get the same behavior only with the next and previous weeks.

I'm loading all my appointments on Page_Load using the recurring ranges.  Is there a way of doing this and if so, what event am I looking for to manipulate the appointment collection?

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 09 Feb 2010, 01:54 PM
Hello John,

Recurring appointments are exported with the recurrence rule. Outlook will parse this rule and create all occurrences just like RadScheduler. You can read more in the online help on Working with Recurring Appointments. Here is how a sample recurring appointment is exported to iCalendar.  Although it has 60 occurrences only the master appointment along with the recurrence rule is exported.

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Telerik Inc.//NONSGML RadScheduler//EN
METHOD:PUBLISH
BEGIN:VEVENT
DTSTART:20070326T120000Z
DTEND:20070326T130000Z
RRULE:FREQ=DAILY;COUNT=60;INTERVAL=1
UID:20100209T134635Z--2147483648
DTSTAMP:20100209T134635Z
SUMMARY:test
DESCRIPTION:
END:VEVENT
END:VCALENDAR

If I have misunderstood your case, I suggest you open a support ticket and send us a simple working demo of the issue.

Regards,
Peter
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
Scheduler
Asked by
John Rogowski
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or