I can confirm the calendar timezone offset problem identified on the -users
list a while back. I can also confirm that the patch below resolves this
issue, as least when using Kontact/KOrganizer.
The patch I use is below, based on the current trunk. Perhaps there is a
better resolution, but I haven’t seen any response on the -users list. -A
egroupware]# svn diff */
Index: phpgwapi/inc/class.groupdav.inc.php
— phpgwapi/inc/class.groupdav.inc.php (revision 43687)
+++ phpgwapi/inc/class.groupdav.inc.php (working copy)
@@ -1302,6 +1302,8 @@
{
$options[‘content’] .=
fread($options[‘stream’],8192);
}
preg_replace(’/BEGIN:VTIMEZONE.*END:VTIMEZONE/s’, ‘’, $options[‘content’]);
}
if ($this->debug)
error_log(METHOD.’(’.array2string($options).’)’);