Views support
mdowsett - April 30, 2009 - 19:53
| Project: | Event |
| Version: | 6.x-2.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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?

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