Tagged Questions
2
votes
1answer
37 views
Calculated Value of “Start Time” in a calendar is not working
I am having a problem with a content type-specific, Reusable workflow. I use it for a calendar. When ever an event is created, I send an email to the approver with Name of the event, start time and ...
0
votes
1answer
127 views
Calculated Column Incorrect when All Day Event is selected
I've created a Calendar list. I've added a single calculated column ("Calculated Start Time") that simply references the "Start Time" column. It reports the correct date when the event is not an all ...
2
votes
1answer
2k views
How to make SharePoint 2010 calendar view Time Sensitive!
I am trying to create Dataview Webpart for SharePoint Calendar Events to display [Today] items.
I was sucessful on that, my next challenge is how to make it time sensitive. I want to display events ...
1
vote
2answers
143 views
Calculating event lengths that cross time changes
I have a calculated field to work out the length of an event in days, as follows:
=DATEDIF([Start Time],[End Time],"d")
I live in the UK and we're currently on BST; so if I create an event in GMT ...