Web Part to show upcomming birthdays in SharePoint V2.0
I’ve updated my SPOShowBirthdayWebPart on the SharePointology project on Codeplex.com.
SPOShowBirthdayWebPart is a webpart that will display all users whose birthday is coming up in x days.
Changed in V2.0:
- Replaced username by Firstname and Lastname.
- Made Name column link to the user profile page
Download SPOShowBirthdayWebPart v2.0.
Prerequisites
This webpart uses the RunWithElevatedPrivileges function to impersonate the administrator in SharePoint Server 2007. After you do this, you may receive the following error message when you try to enumerate all user profiles:
“Access Denied. Only an administrator may enumerate through all user profiles.”
Microsoft released a hotfix package for this bug “SharePoint Server 2007 hotfix package: May 8, 2008″,
http://support.microsoft.com/kb/952294