[Tickets #4487] Re: All Day Event Handling from Outlook
bugs at horde.org
bugs at horde.org
Mon Mar 2 12:31:58 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/4487
------------------------------------------------------------------------------
Ticket | 4487
Updated By | almarin at um.es
Summary | All Day Event Handling from Outlook
Queue | Kronolith
Version | HEAD
Type | Enhancement
State | Accepted
Priority | 1. Low
Milestone |
Patch |
Owners |
+New Attachment | Sync4j.php.patch
------------------------------------------------------------------------------
almarin at um.es (2009-03-02 07:31) wrote:
Analyzing code, i see that Horde transform explicitly those event to
24h event when converting from sif format to vevent :
In /framework/SyncML/SyncML/Device/Sync4j.php: 382, inside sif2vevent
function:
$d = new Horde_Date(array('year' => date('Y', $t),
'month' => date('m', $t),
'mday' => date('d', $t) + 1));
I think that horde should undo that transform when converting vevent
to sif. I attach a patch to do it:
It solves the problem, but i don't know if it has collateral effects.
More information about the bugs
mailing list