Applies to Calendar E-Mail Extension. SharePoint does not automatically send out e-mail reminders for events, however, it is fairly simple to do this anyway. All you need to do is to create a workflow in SharePoint designer which starts when an item is created or changed. Below is an example of a workflow you could […]
We have been made aware of an issue where attendees are not receiving an e-mail if information about an event is updated using the Calendar E-Mail Extension. However, if the event is cancelled the attendees still receive an e-mail. You will receive the following error message in the trace log: Error loading and running event […]
It is now finally possible to check the availability of Exchange rooms and equipment when scheduling meetings and to reserve them directly in SharePoint. This makes the process of scheduling events much easier, faster and more efficient. You don’t have to switch between SharePoint and your Outlook calendar just to check if a certain room […]
With our new add-on it’s now possible to book Exchange rooms and equipment directly from a SharePoint calendar. To configure the credentials for the user who is allowed to book the resources, you can create a Target Application in the Secure Store and set the credentials there. To do this you should do the following: […]
With our new add-on it’s now possible to book Exchange rooms and equipment directly from a SharePoint calendar. To use this add-on you may need to create room lists in Exchange. This article describes how to do this. Exchange 2010/2013 Use the Exchange management shell to create the room list.New-DistributionGroup -Name “Rooms Vienna” –RoomList You […]
With our new add-on it’s now possible to book Exchange rooms and equipment directly from a SharePoint calendar. To use this add-on you may need to assign application impersonation in Exchange to allow the configured user to impersonate all room and equipment mailboxes. This article will explain how to do this. Exchange 2010/2013 Use the […]
In a previous article I described how to clone a list in SharePoint using a power shell script. If, however, you want to copy the list to another SharePoint site or site collection you will require a different script. The following script will do just that.# get source web $sourceWeb = Get-SPWeb http://SourceSiteURL # get […]
When creating a repeating event using the recurrence column in a SharePoint calendar you have the option of not setting an end date. If, however, you wish to disable this option for your users you can by using the following jQuery script.jQuery(document).ready(function($){ var rb = $(“.ms-formrecurrence input[value=’endDateRangeType0′]”); if(rb.length > 0){ if(rb.attr(‘checked’) == ‘checked’){ $(“.ms-formrecurrence input[value=’endDateRangeType1′]”).attr(‘checked’, […]
We have released a new feature for Project Management and Time Tracking. It enables you to easily and quickly create copies of your worksheets. New features There are three places from where you can use the Copy Timesheet(s) button to create your copy. 1. Calendar To copy a timesheet in the calendar, you must first […]
In SharePoint 2013 it is possible to approve multiple items in one go by selecting the items in a view and clicking on the Approve/Reject button in the Items tab. However, if the user has the appropriate permissions for the item, but not for the list and site, the user can select multiple items and […]