Hi

I haven't switched to Drupal yet since I need to do a lot more research.

But I want to implement such a calendar http://www.arts-humanities.net/event

Could you tell me which module it is?

Features are syndication of events/ categories and tags/ submission by users/ add to my calendar feature.

That's what I need :-) the Wordpress calendar I have totally sucks.

Comments

nevets’s picture

I would guess that is a combination of

  • Content Construction Kit (CCK) plus date module to define a content type that represents an event
  • Taxonomy (part of core) to categorize the events
  • Views - needed for the calendar page, exposed filter on taxonomy to limit event type
  • Calendar module - provides calendar style for views.
Lunacalor’s picture

Ok thanks! But is the "add to my calendar" or share option available with the Calendar module?