Use case:

In a local community website, there is one calendar for exhibitions and another one for community events. Calendar contents should not overlap: exhibitions should not be displayed in community events calendar and vice-versa.

Both calendars have a direct link in the menu that opens the calendar view with today "selected".

Attempt to implement this:

I've installed and enabled the Event module, and created two different content types: exhibitions and communityevents. I've specified "Show in event calendar: Only in views for this type".

Problem:

How can I create direct links to views that show only events of a specified type?

Something in the lines of /event/exhibitions (opens event calendar view that shows only exhibitions) and /event/communityevents (opens event calendar view that shows only community events).

Documentation doesn't say anything about this.

Filtering works fine, but that's not what I need.

Comments

mrwuzzy’s picture

Duplicate of http://drupal.org/node/140006 . Many people seem to be troubled with this.

mrwuzzy’s picture

Looks like current logic is wrong. Filtering arguments should come BEFORE date arguments.

What is desirable: /event/exhibitions/2007/05/16 and /event/exhibitions/ for today.

What is available: /event/2007/05/16/exhibitions -- no good for direct filtering.

mrwuzzy’s picture

Please see http://drupal.org/node/176966#comment-276922 for a hack to get this working.

japerry’s picture

Status: Active » Closed (outdated)

Event for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.