Story 5 - new date tag

Date: 
2013-04-15 16:45:00

What does this feature do?

  • Checks that you have the required modules. Note: modules calendar, ctools, views and date should be in their latest development versions. Read this related issue for more details
  • Creates a content type Event with a date field (start and end date).
  • Creates a view /events that lists current events and accepts a date parameter in the URL in order to see events for a particular date.
  • Loads a clone of the Calendar view called Events calendar with the block display customized to highlight days where there are events.
  • Adds a bit of custom code so a day in the calendar block with events links to the events view appending the date (ie. /events/2011-08-18).