On many older lists and workflows I have worked with, I have noticed many workflows that continue to be triggered long after they have been deleted or unactivated. It appears that these phantom workflows continue to be triggered when lists are created from list templates (from an .stp file). I suspect a SharePoint bug is […]
Continue Reading...Category: SharePoint
Send Emails After Note Board Comments
The SharePoint web part Note Board is a very useful tool add to pages so users can post comments to the public. Unfortunately Note Board saves users’ comments in each users’ profile in MySites rather than a SharePoint list, so workflows cannot be triggered after a new comment. Problem There is no native SharePoint way […]
Continue Reading...SP Calendar Pro
I have created this JavaScript library in order to facilitate operations involving SharePoint calendars. I was inspired to create this because I have dealt with several calendar related projects at work that require collecting and filtering of calendars based on user provided datetimes. I realized how incredibly painstaking it was to collect calendar events from […]
Continue Reading...Get Single and Recurring Calendar Events without jQuery
When I first began working with SharePoint calendars, I quickly realized how difficult it was to work with recurring events. Unfortunately there is not a native way to collect the recurring events- only be done using the SharePoint web service via SOAP or REST. SharePoints’ own CSOM does not provide a mechanism to do so. […]
Continue Reading...