PDA

View Full Version : Need Event List...can it be done?


network23
02-13-2005, 12:37 AM
I'm looking at your site and from what I see, your calendar program looks very nice.

But... (always a "but...")

I really need a calendar that can also list events in a more vertical fashion like...

April
1 Monthly Meeting
3 Special Event
14 Fun Day

May
1 Monthly Meeting
22 Luncheon


I have the xhtml I need for the display, I just need to be able to pull the dates/event titles from the database. How easy is it to get that info from your tables, or is this even allowed (I saw a comment about the script not being open-source...not sure if that applies to the database structure)

If possible, would I be able to get help on what fields to pull out, conversions to do to date fields, etc. to get this working?

I did find this in the archives and wonder if it was ever implemented or if it applies.

From June 2001...
This feature will be released in a future edition of the script. There is no ETA for this additional feature but it sould be in the next version.

Ideally, I'd also like to be able to choose a subset of events to include in the list, but that is not as imperative as the list itself.

Thanks!

Brian
02-13-2005, 09:23 AM
The calendar script is capable of producing a listing using the Listings Module. You can see an example of this on the Demo page.

You can utilize the database for your own needs is you wanted to do something differently. :classic:

network23
02-13-2005, 01:42 PM
Cool! Must have missed that. I will check it out.