Greetings,
I have a question related (I think) to the one that Roger just asked:
On Tue, Jan 14, 2014 17:47:07 PM +1100, Roger wrote:
... Sorted on Date - start date(asc)
I am trying to add to a Drupal 6 website a view that produces a single page, with an HTML table or list containing all and only the events **already** inserted in the standard calendar (which is working perfectly btw):
a) with a start date in the future b) ordered by ascending start date.
the only problem is... finding the start date. I have already added as filter node=event.
After that, I've clicked everywhere in /admin/build/views/edit/my_custom_calendar, but cannot find there anything looking like the "start date" field to work on. How do I tell Drupal that I want the start and end date of calendar events available when I build the view? Should I install/reconfigure some other module (but which one?) or what?
Thanks in advance for any feedback!!
Marco