Date and Calendar

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
fchandler's picture

I am trying to set up and implement Date 6x-2.4 and Calendar 6x-2.7 on a Drupal 6.20 installation. I believe these modules will do what the client wants, but I am having some difficulties with configuration. This is for a craft gallery that has events that span over consecutive weekends and also over month long installations as well as monthly featured artists.

I initially was using the modules straight out of the box. I tried to set up events that span a given duration like a month, but they were not showing up that way in all browsers. Safari and IE only showed the start date. Then I used Date Tools and set up a new calendar. I figured out how to use multi-day. However, on day and week views they do not show the event spanning the desired hours and the entries are stacked. They only show up at the start time. I found this post http://drupal.org/node/931392 and started to try to use the patch, because I liked how the patch presented the data. At the end of the issue que, it states this presentation style is incorporated into Multiday submodule. To make them appear the way the patch displays, is that all css?

I also had this problem http://drupal.org/node/1039910 and found a workaround by implementing comment #8

Here is a link to the site http://shopcedarcreek.com/drupal/calendar-event_date/2011-04.

I am only asking because I have spent days (days and more days) trying to figure all this out. I have read and viewed numerous posts, issues and videos regarding implementation and am getting frazzled. A number of the issues end with "load the latest dev". I have been told numerous times to not run devs on production sites. Anyone have experience with implementing these modules?