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

Scheduler Recurrence with SharePoint

1 Answer 151 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 21 Mar 2008, 08:01 PM
I am using the Scheduler with Sharepoint by connecting a Calendar in Sharepoint to the Scheduler. All of the events from my calendar are showing up fine on the Scheduler except for recurring events. My recurring events are showing up as all day events every day from the first day that the recurring event is set for until the last day that it is set for. For instance, if I create a recurring event within my sharepoint calendar that happens from 9 a.m. - 10 a.m. on Monday once a week, the event shows up Monday from 9 a.m. - midnight and then every day after that (Tues, Wed, etc.) it shows up as an all day event.

How do I get my scheduler to deal with recurring events from sharepoint correctly? Do I just set the DataRecurrenceField & DataRecurrenceParentKeyField of the scheduler? And if so, what are the values within a sharepoint list that I need to set it to? An example in C# would be helpful.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 24 Mar 2008, 11:56 AM
Hello Andrew,

I suggest you view the Default settings example from your local installation of Telerik.Web.UI. Note that "Technical meeting" is a recurrent appointment. If you examine the Appointments table in SchedulerData.mdf (with default installation it would be in: 
C:\Program Files\Telerik\RadControls 'Prometheus' for ASPNET Q1 2008\Live Demos\App_Data)
you will see that the format for the RecurrenceRule column is the following:

DTSTART:20070330T063000Z  
DTEND:20070330T073000Z  
RRULE:FREQ=DAILY;INTERVAL=1;UNTIL=20070406T210000Z;BYDAY=MO,TU,WE,TH,FR; 

Note how the start and end time are defined. Please, inspect what value do you get for the recurrence storage in your Sharepoint project.

Cheers,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
Andrew
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or