Page 1 of 1

Calendar "list" function help

Posted: Wed Feb 15, 2006 11:31 pm
by davidL
How is the output of the calendar "list" option supposed to be? If I would call the module with the string below I would expect the output to be a list of all the events of 2006 (both expired events and future events).

{cms_module module="Calendar" display="list" year="2006"}

When I use the string above the only output i get is a headline saying "February", but no events is shown. If I use the option display="calendar" or display="upcominglist" it works as expected. Only the list option gives me problem. What could be the problem? Have I assumed correctly about how the output should be?

I am running cmsms v0.11.2 and the calendar is v0.7alpha2. Server is Windows 2003 with IIS6 and php 5.1.1.

Re: Calendar "list" function help

Posted: Thu Feb 16, 2006 11:34 pm
by davidL
Someone please. How can I make the clendar show all events during one year? Is it possible?