Tagged Questions
1
vote
2answers
3k views
ReadOnly Property in Custom Column Types in Sharepoint
I'm creating a custom column in a feature for Sharepoint. It is essentially this:
<Field
Type="Integer"
ID="<insert guid here>"
ReadOnly="true"
Name="xxx"
DisplayName="XXX"
...
0
votes
2answers
2k views
Adding shared fields to a SharePoint calendar to sync with an Outlook calendar
I have set up MOSS 2007 Enterprise with a calendar that I have added custom columns to. We have synced this calendar in Outlook, and it works great creating and editing events from either SharePoint ...