Summary | All Day Event Handling from Outlook |
Queue | Kronolith |
Queue Version | HEAD |
Type | Enhancement |
State | No Feedback |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | webmgr (at) muskingum (dot) edu |
Created | 10/04/2006 (6826 days ago) |
Due | |
Updated | 04/29/2009 (5888 days ago) |
Assigned | |
Resolved | 04/29/2009 (5888 days ago) |
Milestone | |
Patch | No |
bug #6847is a duplicate of this. Can you please try ifthe solution I committed there works for you?
Assigned to Jan Schneider
State ⇒ Feedback
bug #6847is a duplicate of this. Can you please try if thesolution I committed there works for you?
New Attachment: Sync4j.php.patch
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.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ All Day Event Handling from Outlook
Queue ⇒ Kronolith
State ⇒ New
to 6am, for example). If that sounds right to you, I say go ahead and
create an enhancement ticket for it.
-chuck
----------
Yes, that's exactly what I had in mind, Chuck.