ronnieholm / SPCalendarRecurrenceExpander

Turns each SharePoint calendar recurrence event into a series of individual events, taking into account recurrence exceptions
BSD 2-Clause "Simplified" License
14 stars 5 forks source link

Weekly Recurring event with more then 1 recur week fetching wrong data #18

Closed Vaibhav100786 closed 1 year ago

Vaibhav100786 commented 6 years ago

cal1

I have create one recurring event with recur every 2 week.I have attach screen shot. So as per event it should get event one after another sunday. like if first event is on 6/5/2018 then second event should be 20/5/2018 and so on.

But it is getting event for every sunday.

Recurrence Data is given below. <recurrence><rule><firstDayOfWeek>su</firstDayOfWeek><repeat><weekly su="TRUE" weekFrequency="2" /></repeat><repeatInstances>10</repeatInstances></rule></recurrence>

Is this a bug or is there any other way to get weekly recur event?

Thanks

ronnieholm commented 6 years ago

Hi Vaibhav. Thank you for reporting. It sounds like a bug. I haven't got access to a SharePoint environment these days so I can't verify and fix. I'll have to defer until the next time I have SharePoint access.

ronnieholm commented 1 year ago

Closing. Probably no one is using this library anymore.