After hours of learning Date and Calendar, discovered classic bug in _date_ical_tz() in date_ical.inc (line 318 in current dev snapshot): an unintended ';' after the if () means that it never returns the correct timezone, just the last one.

This solved some very annoying problems.

Still trying to figure out why 'Z' format in iCal import seems not to work...

Comments

brush@groups.drupal.org’s picture

actually, that's line 314...

karens’s picture

Status: Active » Fixed

You're right. Fixed in latest commit. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)