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