There doesn't seem to be Views support for things like "Event Start Times" as there was in Event for Drupal 5.....or am I blind?

Comments

leici’s picture

I'm looking for the same thing. I'm attempting to sort the items in the event list in ascending order, rather than descending.

defconjuan’s picture

I've submitted some code to enable views 2 integration with the event module. See http://drupal.org/node/484364.

acdtrp’s picture

ok, implemented that and I can sort by event date, but how does the filter works? What should I specify in "value" of the filter Events: Event Start = ??

jhofer’s picture

I'm working on this as well. I don't think we can use php code here - need something like this:

if there's an [end date] then [end date] > now
else [start date] > now

(i'm still learning php so didn't spend the time translating this to php yet...)

any ideas how we get that into the filter value?

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.