Summary
This article outlines the steps to display location or other meta data for an event in the Calendar view.
Product & Version
KWizCom Calendar Plus Standard Evaluation 4.x.xx for SharePoint 2007
KWizCom Calendar Plus Standard Evaluation 14.x.xx for SharePoint 2010
Resolution
1. Open up the KWizCom Calendar Plus control template "CalendarPlusTemplates.ascx", located in this folder:
SharePoint 2007
C:\ProgramFiles\Common Files\Microsoft Shared\web serverextensions\12\TEMPLATE\LAYOUTS\KWizCom_KSCP
SharePoint 2010
C:\ProgramFiles\Common Files\Microsoft Shared\web server extensions\14\TEMPLATE\LAYOUTS\KWizCom_KSCP
2. You will see the following section:
<SharePoint:RenderingTemplateID="CalendarPlusViewMonthItem" runat="server">
....
</SharePoint:RenderingTemplate>
3. Edit the template
This is the default template for rendering the calendar items on the monthly view. You can add/edit any element you like here. For example to add the location you need to add the following code to the template:
<%#DataBinder.Eval(Container,"DataItem.Location","")%>
More Information
The following article refers to the process in a SharePoint Calendar
On a scale of 1-5, please rate the helpfulness of this article
Optionally provide private feedback to help us improve this article...
Thank you for your feedback!