I have an Events Web Part on a SharePoint page that I need to pull events from all event lists on my SharePoint site, but only for a specific category. When I add the category name to the "Category" text field, the web part will only show the first two upcoming events.
I have two event lists so I can control who can see different events. The first event list is named "General Events" and is open to all users (faculty, staff, and students) while the second event list, named "Faculty and Staff Only Events", is restricted to only faculty and staff. Both lists have a "General" category in the list's settings.
I want a single events web part on the SharePoint page that shows all events from both event lists with the "General" category that the current user has access to. i.e.: Faculty and staff can see "General" categorized events in both events lists while students can only see the "General" categorized events in the "General Events" events list.
I wanted to include screenshots, but answers.microsoft.com seems momentarily unable to upload images. I've tried multiple browsers and machines. So text it is.
The following is the setup for the web part:
Source: This site
Category: General
Date range: All upcoming Events
Enable audience targeting: Off
Show up to this many items at a time: 20
I've experimented with changing the source to a single event list. When I do that, all upcoming events for the "General" category are showing.
Source: Events list on this site
Events list: General Events
Category: General
Date range: All upcoming Events
Show up to this many items at a time: 20
I've also verified that the event web part pulls in all upcoming events from the site if I leave the Category field blank.
Source: This site
Category: <blank>
Date range: All upcoming Events
Enable audience targeting: Off
Show up to this many items at a time: 20
I've submitted a Reindex request for both event lists a couple of times and waited a week after each request, but I'm still seeing the same behavior.
Any thoughts or suggestions are appreciated!