hi,
I installed the Calendar 6.x-2.4 module. i also have date 6.x-2.7.
i followed several tutorials in how to get the calendar view working. First, i added a date field to our Event content type. this created two date fields, a from and a to. I created some events that should appear on the calendar.
i edited the calendar view that comes with the module. i added my event date as the argument. i have changed the method from "and" to "or" and vice versa several times.
i made sure that the event date also appears as a field. I'm pretty sure that i have emulated how the tutorials say you should set up the calendar view to display your site's events.
the SQL displayed from the Calendar view's preview never has any results. There are two problems with the query:
1. it puts two consecutive percent signs in the date format string; i.e., it has:
%Y-%m-%%d\T%H'
when it should have:
%Y-%m-%d\T%H'
2. It always uses AND for the event from and the event to dates, even if I save "OR" and update, then click 'save' to try to keep it.
The bottom of my Calendar view's SQL looks like this:
WHERE (node.status = 1)
AND