Maybe someone can help me with this. I'm looking for an event calendar script in PHP (I've go also MySql available) that is good for the following:
- Overview of events for longer periods than 1 month, e.g. for the coming 3 months. I only find calendars with monthly overview and then yearly. Is there nothin inbetween - like showing the next 90 days worth of events?
- days without events should be hidden
- Overview starting in the current week or day. With all scripts I can find you scroll through a whole lot of passed events at the end of the month. Or even switch to the next month to see something up to date.
- Events need to be in list style not in a calendar table, preferably listing also extra information like strt times.
--nice extras, but not so teribly important would be--
- supporting regular (e.g. weely, 1st Monday of the month) events
- ability to set up several different calendars
- support for different user accounts
- having event locations and loaction discriptions saved that visitors can view
Thanks for any reply.