Tagged Questions
0
votes
0answers
50 views
SharePoint 2010 Calendar Coding by User
On my SharePoint site, all of our Project Managers add their active projects to their own project calendars, and then those projects are copied (using SharePoint Designer workflow) to a Master ...
0
votes
0answers
68 views
How do you remove the timestamp in a merged calendar in SharePoint?
Tried the following but does not work in a "merged" calendar:
<script language="JavaScript">
var allDates = document.getElementsByTagName("nobr");
for(var i=0;i 0) {
allDates[i].innerHTML ...