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.
Some days back I have faced an Intermittent Authentication Error issue.
Issue:
Several users received a 403 Forbidden error when they try accessing the SharePoint site. If they clear all IE cookies, they were able to log in one time but if they close and reopen the browser, they receive the 403 error again until they clear their IE cookies once more.
After clearing the cookies, they were prompted for re authentication when attempting to open any MS Word documents as well and the document fails to open
Resolution:
Finally I have got below articles to get rid of this issue.
If I click an Excel file in SharePoint, it opens read-only in Excel, as expected. If I use the drop down and choose Edit in Microsoft Office Excel, then the file tries to open in Word instead of Excel - which does not work, of course.
If I close all instances of Excel before trying to open from SharePoint into Excel, then it does work. The issue only occurs when I have other instances of Excel open.
Opening Excel files from websites that are not SharePoint works as expected. This issue only occurs with Excel files stored on SharePoint.
Other office files work as expected, also immediately upon choosing the Edit in Microsoft Office Excel menu item, I get the error below and then the document tries to open in Word.
Error Message -
The document could not be edited. The required application may not be installed properly, or the requested document cannot be opened. Please ensure that the necessary application is installed and that the path to the document is correct. If the application was set to install on first use, run the application and then try editing a document again.
Resolution
Repaired Office 2003 from control panel and everything works fine
June 2014 Cumulative Update for SharePoint 2013 has been released. SharePoint Foundation - KB2881063 http - //support.microsoft.com/kb...
Disclaimer
The opinions expressed on this blog are the personal views of Pratik's SharePoint Blog, and do not represent or reflect the viewpoints or policies of any past, present, or future employer, colleague, or customer, or any other entity. The posts on this blog are provided ‘as is’ with no warranties, express or implied, and confer no rights. Use of information contained within this blog, including specific technical steps mentioned herein, is at your own risk. References to specific software products, processes, resources, or companies do not imply any endorsement.