I am trying to get Calendar to function with the CiviEvent ical feed. I have tried uninstalling, reinstalling, different version combos, etc. Everyone else seems to get it running w/o any problems, what am I missing?

I know the feed is getting imported because the events are viewable in the ical output from the Calendar module itself.

Events do not show up in any calendar view, only in the List/Day view.

The Dates are all screwy when viewed in List/day or in the ical output. The format reads:

Rain-forest Cup Youth Soccer Tournament
Start: 64499-12-01 07:00
End: 64709-12-01 07:00

I also get text at the upper lefthand corner of the screen that reads 7:00-expiredtime when changing the ical feed.

Please help, I am about to go nuts trying to fix a problem no one else seems to have!

Thanks in advance

Comments

pawsandt’s picture

Not that anyone seemed to care but the issue as described above has been fixed (sort of).

My site host (hostmonster) had the site running with a version of php 4 which was returning junk when gmdate() or date() was called. They have moved the site to another server running php 5 and the problem has resolved itself.

I still have problems with a 5-7 hour display offset and my ical feed from civicrm not displaying in calendar view; only list and node view. Events show on all day and months list views. The event date is correctly listed, yet the event shows on all dates.

drupal 5.1, calendar-5.x-1.x, date-5.x-1.5, views-5.x-1.6-beta5

Any advice would be appreciated.

brush@groups.drupal.org’s picture

karens’s picture

Status: Active » Fixed

Not that anyone seemed to care...

Note that this project was created and is maintained as a volunteer project, so posting a message like that after only a week without a response is pretty insulting. In this case it has taken longer because my father was dying and I'm just now able to get back and clean up the issue queue.

It looks like the original problem was related to a problem with your web host. Once your host fixed that problem you could have marked this fixed, since it was not a problem related to the Calendar module, but instead you just started reporting a list of other issues.

... I still have problems with a 5-7 hour display offset...

'Still have' -- that wasn't a part of the original problem you reported and you're not very clear about what you mean. You might be talking about a problem where the time showing in the calendar was off by the timezone offset, which was already reported in another issue and has since been fixed in the dev version. You might be talking about the fact that the current day highlight on the calendar seems to be off by the timezone offset. That is also already reported in another issue and is still outstanding.

...my ical feed from civicrm not displaying in calendar view; only list and node view. Events show on all day and months list views. The event date is correctly listed, yet the event shows on all dates.

iCal feeds don't currently show up in list and node view, only in the calendar view. I briefly tried to get that working and backed down because there are lots of problems. There is currently another open issue about this subject. There was also an open issue about problems with the civiccrm feed not showing up which was because it wasn't marked as public in Civiccrm, so that might be your issue.

I'm closing this issue because the original problem was not caused by the Calendar module and I don't see any other issues that aren't already reported and/or fixed. You should update to the very latest dev version of this module to see what is working and not working there, then check for other outstanding issues before opening a new one.

And please only address one topic in each issue.

Anonymous’s picture

Status: Fixed » Closed (fixed)
Mike Sances’s picture

Version: 5.x-1.x-dev » 5.x-1.7

Hi Karen. You wrote, "iCal feeds don't currently show up in list and node view, only in the calendar view. I briefly tried to get that working and backed down because there are lots of problems. There is currently another open issue about this subject. "

Do you have a link to the other issue? I'm trying to get ical events into a list view too.

Great module, thanks.