Showing posts with label Calendar. Show all posts
Showing posts with label Calendar. Show all posts

Wednesday, October 19, 2011

Connect to Outlook is missing in SharePoint Calendar


A very common & known issue while migrating IE versions. There is couple of steps and checking should be done to get this resolved.
  • Make sure a single Office instance installed either 2003 or 2007 not both. In case you found a single instance of another version try below step.
  • Manually unregister and register the owssupp.dll with regsvr32 , if this will not resolve your issue try below step.
  • Enable add-on called “SharePoint Stssync Handler” in Internet Explorer. Go to Tools > Manage Add-Ons and look for add-ons called “SharePoint Stssync Handler” if disabled, Enable it. If enabled, disable it restart IE and re-enable it.  Still getting issue try below one.
  • SharePoint Services Support feature should be installed on the machine.Control Panel > Microsoft Office > Change > Add or Remove features and add WSS features
For more on SharePoint STSSYNCHANDLER: Connect to Outlook to synchronize lists:

Wednesday, March 23, 2011

Change Calendar Item appearance in MOSS 2007


By default when we create any item in MOSS 2007 calendar we only get Start Time in Calendar View.
To display the End Time of an event follow below steps

·        Create a new column with Calculated type.
·        Enter a name, as data type choose date & time.
·        And enter below formula

=Title&" from "&TEXT([Start Time],"hh:mm AM/PM")&" to "&TEXT([End Time];"hh:mm AM/PM")

·        After you have successfully created this column you have to modify the Calendar View.
·        So go back to the Calendar and click on Modify View. You will see an area called 'Calendar Columns’; there you can specify which column should be shown.
·        Change the Views Month, Week and Day. Here you have to choose newly created Column.
·        Click Ok and have a look at the result