UPDATE: right after posting the request below, I found something online AND realized I had maybe missed to provide some information.
Namely, I found this discussion:
https://drupal.org/node/326061
but I don't think is applicable to my case, because I cannot create new content types etc. I have to create a view that is decently printable of upcoming events, with start and end dates, that are ALREADY inserted by others in the standard drupal 6.x calendar.
Thanks, Marco
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