Hi all,

I'm struggling with the calendar module using the built in date_browser view.
I've created a content type 'Event' using CCK date field that is in a datetime format.
Everything is properly configured, but the outcome is only one event per month!!
I've tested the view's query outside drupal (in phpMyAdmin, and it is fine, I get all events.
I guess the problem is with the month view rendering, but I can't put my finger on the problem.
I'm using Drupal 6.13, Calendar 6.x-2.2, CCK 6.x-2.5, Date 6.x-2.3, Views 6.x-2.6

Any ideas?

Comments

cayenne’s picture

I have a dickens of a time with Calendar. The best way I have found to start is to use the wizard that automagically creates a content type and the corresponding calendar, and then make tiny changes one at a time till I get what I want.

:)

Hagay’s picture

The problem was in the selection of fields!!!
Once the node id field [nid] was selected, only one item (event) was displayed in the calendar.
After removing this field from the fields' list, all is fine.
Still, the logic is not clear

cayenne’s picture

SOme of us just hack around till it works.

:)

hobo’s picture

I just had the same problem.. removed nid and presto