This problem occurs if the Events list contains more than
1000 events for a particular month. In this situation, middle-tier processing
of multi-row row sets that is used to process recurring events limits
additional events from being displayed on the Calendar. By default, the setting
that enforces the limitation is turned on in Calendar view of the Events
list.
To work around this problem, use one of the following
methods, depending on your situation. Note that both methods require that you
turn off recurrence processing for the Events list in Calendar view. When you
turn off recurrence processing, you cannot view events in the Events list that
use a recurring pattern.
Method 2: Create a new list definition for the Events list
For new Events lists, create a new list definition. Recurrence
processing is turned off for new lists that you create by using the new list
definition. To create a new list definition for an Events list where recurrence
processing is turned off for Calendar view, follow these steps:
Create a new folder for the new list definition. To do
this, copy the Events folder that is located in the following folder on the
hard disk, and then rename the Events folder to
NewEventsListName, where
NewEventsListName is the name that you want for the
new list definition:
Drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\TEMPLATE\1033\SiteTemplateName\Lists
After you perform this step, a new folder that is named
NewEventsListName is located in the following folder
on the hard disk:
Drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\TEMPLATE\1033\SiteTemplateName\Lists
To display the Events list as an option on the Create Page
page, specify the new list type in the ListTemplates element of the Onet.xml file for the site definition. To do this,
follow these steps:
Start Notepad, and then open the Onet.xml file is
located in the following folder on the hard disk:
Drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\Template\1033\SiteTemplateName\Xml
Locate the <ListTemplates>
section, and then add the following lines, where
NewEventsListName is the
name of the folder that you used for the new list definition earlier in step 1:
<ListTemplateName="NewEventsListName" DisplayName="Events2" Type="106" BaseType="0" OnQuickLaunch="TRUE" SecurityBits="11" Description="Create an events list when you want a calendar-based view of upcoming meetings, deadlines, and other important events. You can share information between your events list and Windows SharePoint Services-compatible events programs." Image="/_layouts/images/itevent.gif"> </ListTemplate>
On the File menu, click
Save, and then quit Notepad.
Turn off recurrence processing for the Calendar view of the
Events list. To do this, follow these steps:
Start Notepad, and then open the Schema.xml file that
is located in the following folder on the hard disk:
Drive\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\TEMPLATE\1033\SiteTemplateName\Lists\NewEventsListName
Change the RecurrenceRowset = "TRUE"
entry to RecurrenceRowset = "FALSE".
For more information about a similar issue that has a
different cause, click the following article number to view the article in the
Microsoft Knowledge Base:
883973
(http://support.microsoft.com/kb/883973/
)
New items that you add to a custom Calendar view of a list in a Windows SharePoint Services Web site may not be displayed
For more information about how to make changes to
list definitions, see the Windows SharePoint Services Software Development Kit
(SDK). To obtain the Windows SharePoint Services SDK, visit the following
Microsoft Web site: