How to Fix Calendar View Does Not Show Recurring Items
🔍 WiseChecker

How to Fix Calendar View Does Not Show Recurring Items

When you open a SharePoint calendar, recurring events such as weekly team meetings or monthly deadlines may not appear. This problem occurs when the calendar view filters out recurring items or when the list settings prevent them from displaying. This article explains why recurring items disappear from a SharePoint calendar view and provides step-by-step fixes to restore them.

The root cause is often a view setting that hides recurring items or a content type issue that blocks their display. You will learn how to adjust the calendar view, check list settings, and verify item-level permissions so all recurring events show correctly.

After following these steps, your SharePoint calendar will display every recurring item as expected.

Key Takeaways: Fix Recurring Items Missing in SharePoint Calendar

  • Calendar view > Modify View > Recurrence: Set the Recurrence field to Show to display all recurring events.
  • List settings > Content Types: Ensure the Recurrence content type is added to the calendar list.
  • Item-level permissions: Check that users have at least Read access to the calendar list items.

ADVERTISEMENT

Why Recurring Items Are Missing from the Calendar View

SharePoint calendars use a special content type named Recurrence to handle repeating events. When you create a recurring item, SharePoint stores the master event and generates individual occurrences based on the recurrence pattern. The calendar view must be configured to expand these occurrences; otherwise, only the master event appears or nothing shows at all.

The most common cause is a view setting that hides recurring items. SharePoint calendar views have a column called Recurrence that can be set to Show, Hide, or All. If the view is set to Hide or if the Recurrence column is not included in the view, recurring items will not display.

Another cause is missing content types. If the Recurrence content type is removed from the calendar list, new recurring events cannot be created and existing ones may not render. Additionally, item-level permissions can block users from seeing occurrences if they lack read access to the list.

Finally, browser cache or corrupt view files can cause display issues. Clearing the browser cache or resetting the view to default often resolves these problems.

Steps to Show Recurring Items in the Calendar View

Follow these steps in order. Perform each step on the SharePoint site where the calendar resides.

  1. Open the calendar and modify the current view
    Go to the calendar list. Click the gear icon in the top right and select List settings. Under Views, click the name of the current view (for example, Calendar).
  2. Show the Recurrence column
    In the View settings page, scroll to the Columns section. Find the Recurrence column. Set its position to a number greater than 0 so it appears in the view. Ensure the Show/Hide option is set to Show. Click OK to save.
  3. Verify the Recurrence content type is active
    Return to List settings. Under Content Types, click Add from existing site content types. Select Recurrence from the list and click Add. Click OK. This ensures the calendar supports recurring events.
  4. Check item-level permissions
    In List settings, click Permissions for this list. Ensure all users who need to see recurring items have at least Read permission. If permissions are inherited, check the parent site’s permissions.
  5. Clear browser cache and reload
    Press Ctrl+Shift+Delete on your keyboard. In the Clear browsing data dialog, select Cached images and files and click Clear. Reload the calendar page.
  6. Reset the calendar view to default
    If the problem persists, go back to the View settings page. Click Reset to default view. This removes any customizations that may hide recurring items. Save the view.

ADVERTISEMENT

If Recurring Items Still Do Not Show After the Main Fix

Calendar view shows only master events but not occurrences

This happens when the view is set to display only the master event. In the View settings, locate the Recurrence column and ensure it is set to Show. Also check the Calendar Settings section: under Time Scale, choose a range that covers the dates of the recurring events.

Recurring events appear for some users but not others

This is usually a permission issue. Verify that all affected users have Read access to the calendar list. If the list uses unique permissions, grant Read access directly. Also confirm that the users are not excluded by any item-level security settings.

New recurring events cannot be created

If the Recurrence content type is missing, users cannot create recurring items. Go to List settings > Content Types and confirm Recurrence is listed. If not, add it using the steps above. Also check that the calendar list is not set to read-only mode.

Calendar view loads slowly or shows duplicate events

A corrupted view file can cause performance issues. Reset the view to default as described in step 6. If duplicates appear, remove the duplicate events manually or run a PowerShell script to clean the list. Contact your SharePoint administrator for assistance.

Calendar View Settings: Default vs Custom View Comparison

Item Default Calendar View Custom Calendar View
Recurrence column Show May be hidden
Content types Recurrence included Recurrence may be removed
Time scale Month Can be changed to week or day
Permissions Inherited May have unique permissions

After completing these steps, your SharePoint calendar will show all recurring items. To prevent future issues, regularly verify that the Recurrence content type remains active and that the view settings include the Recurrence column. For advanced management, use SharePoint Designer to edit the view schema directly if you need to customize the recurrence expansion logic.

ADVERTISEMENT