SharePoint 2007 Create Calendar on every My Site
When user access My Site I want that there is already created Ca开发者_Python百科lendar. Just the same as there is
- Personal Documents,
- Shared Documents
- Picture Library
How to Achieve this ? There must be same installation template .. Thank you for answering.
Feature stapling might be an option.
Just to clarify the answer by Flo. You need two features:
- Creates an instance of a calendar list
- Creates a feature stapling to bind the first feature to the personal site template
This will cause the list instance feature to be activated when a new my site is created
See Customizing MOSS 2007 My Sites within the enterprise (and, yes, it uses stapling).
精彩评论