Question

I have a calendar OOTB webpart in use, and for the most part it works fine, but in the All items view, it would be helpful to see recurring items that occur every week to show up like the one of kind events. Right now, they just appear one time in the list as in the image attached. enter image description here

Was it helpful?

Solution

Can you use the 'Current Events' view instead? that splits recurring events into individual items.

OTHER TIPS

As @Robin said you can use 'Current Events' view to get recurrence events splitted but you will not find Start Time and End Time columns there to set the filter conditions for the Current Events View.

If you are looking for web parts where you can set upcoming events and all and you wanted to display filtered event instances from the recurrence event then you have to create visual web part and using dll from the following code you can expand recurrence events.

https://github.com/ronnieholm/SPCalendarRecurrenceExpander

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top