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?
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
Comment #1
leici commentedI'm looking for the same thing. I'm attempting to sort the items in the event list in ascending order, rather than descending.
Comment #2
defconjuan commentedI've submitted some code to enable views 2 integration with the event module. See http://drupal.org/node/484364.
Comment #3
acdtrp commentedok, 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 = ??
Comment #4
jhofer commentedI'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?
Comment #5
japerryEvent 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.