Forum Discussion
kirberry
8 years agoFrequent Visitor
Expanding Recurring Calendar Events for Dynamic Display
Hi, I have a SharePoint calendar with recurring events for the next 30 years as a Master Staff Schedule. I'm looking for a way to find all dates between the Event Date and the End Date and then ...
kirberry
8 years agoFrequent Visitor
Update - I found a way to expand all dates between two dates (easy) and I just found the calendar recurrence data
<recurrence><rule><firstDayOfWeek>su</firstDayOfWeek><repeat><weekly mo="TRUE" weekFrequency="1" /></repeat><repeatInstances>100</repeatInstances></rule></recurrence>
Now the question is, how can I expand all dates between two dates while applying the recurrence rule? I don't want all dates, but every Monday between those dates.
Anonymous
7 years agoNot applicable
I want to retrieve the recurrence items as well, how you manage to expand the dates and where is the calendar recurrence data?