Page 1 of 1

Calendar Complete list

Posted: Fri Aug 17, 2007 9:14 pm
by stefsegers
Hi all,

I am trying to get a complete list of all my bookings in Calendar.
For now when I place a "LIST" i only get the bookings from this month.

1. I want a complete list
2. I want to sort it DEC
3. I want to place a drop-down menu with all years. When you select a year from the drop-down you get only that year

Is this possible?

Stef

ps. where can I ready about setting this sort of stuff up? There's no wiki of this plugin

Re: Calendar Complete list

Posted: Fri Aug 17, 2007 10:08 pm
by Dr.CSS
To read the help/parameters it takes please read the blurb at the bottom here \/...

Re: Calendar Complete list

Posted: Sat Aug 18, 2007 9:43 am
by stefsegers
I know all about this page, but there'sa nothing about this new version

S.

Re: Calendar Complete list

Posted: Sat Aug 18, 2007 12:10 pm
by RonnyK
Stef,

Mark was pointing at his signature, where it states "read the help of the module".

If you check that at "Content -> Calendar -> Help", you'll see all parameters at the bottom.
display Acceptable values:
"calendar" - displays events for the current month in a traditional grid. Inclues links to prev. and next months.
"list" - displays events for the current month as a list. Includes links to prev. and next months.
"yearlist" - displays events for the current year in a list. Includes links to prev. and next years.
"pastlist" - displays all past events. No prev/next links.
"upcominglist" - displays all upcoming events. No prev/next links.
Defaults to "calendar" (optional)
so "list" will only show "current month", you should go for "yearlist"

Sorting can be done with "reverse" as a parameter.

For the full list, check the help. As far as I know is there no pull-down for the year, the yearlist-parameter will give you next/prev links to other years. What you can do, is create different pages to show all yearlists, if you dont want the next/prev usage.

Ronny

Re: Calendar Complete list

Posted: Mon Aug 20, 2007 6:02 am
by stefsegers
Hey Ronny,

Tnx for the better explanation. Pitty that there's no parameter for a complete list. But I think Iwill go for YEARLIST then.

Now I need to find a way to export my Acces Database to an txt file for CMS Calendar ;)

Re: Calendar Complete list

Posted: Mon Aug 20, 2007 6:27 am
by RonnyK
Stef,

there is:

"upcominglist" - displays all upcoming events. No prev/next links.

as a parameter, which shows "all upcoming events", that should work for you.

Ronny