vote up 1 vote down star

This should be really simple in SharePoint, but I can't figure out how to do it: I simply want to show a list of upcoming events from a calendar in a content query webpart:

  1. Aug 12:00 Meeting re new sales plan
  2. Aug 09:00 Party

I can use the content query webpart (CQWP) to do this for pages or documents or news articles, but apparently not calendar items. I can create something like this with the list view webpart, but then I can't control the exact layout and styles. That is why I want to use the content query webpart.

flag

2 Answers

vote up 2 vote down check

What is the problem you are having exactly? The CQWP supports calendar lists. Perhaps this screencast can help you.

link|flag
Thanks. That was exactly what I needed. I did not have "Calendar" as an option when creating the query, and it turned out it was because collaboration features was not enabled. When I enabled them I was able to do what I wanted in the CQWP. – huttelihut Aug 10 at 11:05
That's interesting to know - thanks. – Alex Angas Aug 10 at 11:08
vote up 0 vote down

Another option is the DataFormWebPart, using SharePoint designer the look and feel is easily controlled (it's Xsl that transforms to Html, so you can do anything you want to get it to show in your own branding / design)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.