Share via


How can I get SharePoint 2010 calendars to show more information for an event in calendar view?

Question

Tuesday, May 28, 2013 7:15 PM

2010 monthly calendar view only shows one line, not multiple in display - without having to mouse over it. I'd like to have the following:

title

Location

with the break - is there anyway to get the event on the monthly calendar to show the columns i want to show in an expanded view.

All replies (2)

Tuesday, May 28, 2013 8:28 PM ✅Answered

On the Edit webpart section change the view from "Calendar" to "All Events" then select columns to display.

Hope this helps :)


Tuesday, May 28, 2013 8:55 PM ✅Answered

Hi Sunflower,

Try this,

CalculatedColumn=[Title]&" 

"&[Category]&"

 "&[Location]

And set the view to display the Calculated column.

This will show more detail, other than this you might need to edit the view in SharePoint designer, but the above mentioned is the faster and simpler way.

Regards, Pieter
MCPD | MCITP

My Blog

Please remember to click "Mark As Answer" if a post solves your problem or "Vote As Helpful" if it was useful.