This might not meet everyone’s needs, if you have a truly difficult filter (or even multiple Lists on the same page that you don’t want to filter together), this might not work, but the most common configuration I’ve run into is a standalone page with a List View for a specific list. This is usually […]
Posts Categorized: SharePoint
Generating an iCal (.ics) file from a SharePoint Calendar List Item
Here’s the quick tip around generating an iCal file for an item in a SharePoint Calender List. You can generate it using the owssvr.dll with a link structured in the following fashion: http://<SITE_URL>/_vti_bin/owssvr.dll?CS=109&Cmd=Display&List={<LIST_GUID>}&CacheControl=1&ID=<ITEM_ID>&Using=event.ics <SITE_URL> = The URL of the site that hosts the Calendar List you’re referencing <LIST_GUID> = The GUID of the Calendar List […]
Adding an E-mail button to a Custom List Item
Problem: The client wants a way to send a link to a specific item in a list. For this example, say we have a Custom List for storing book information: At the List level, we have a method for sending a link via e-mail: However, as stated in the tooltip, this simply provides a link […]