Problem/Motivation

Events very often will have a type, e.g., meeting, concert. Being able to filter by type is an important piece of calendar functionality.

Proposed resolution

Add a default vocabulary. Probably don't add initial terms as they won't be generic enough. Terms can be added by a distro's install profile using hook_entity_insert().

Relevant tutorial: http://www.cmsquickstart.com/blog/style-event-calendar-drupal-7

Remaining tasks

No work done yet.

User interface changes

  • Add exposed taxonomy term filter to calendar, ideally displayed via context as a sidebar block.

API changes

None.

Comments

nedjo’s picture

Status: Active » Fixed

Done in http://drupalcode.org/project/debut_event.git/commit/30f7118.

This change introduces a new dependency on better_exposed_filters. Included an update function that will enable the dependency, but of course it needs to be in place first.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Link to relevant tutorial.