[Tickets #7362] Windows Mobile : task with alarm
bugs at horde.org
bugs at horde.org
Fri Sep 19 15:12:15 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7362
------------------------------------------------------------------------------
Ticket | 7362
Created By | patrick.abiven at apitech.fr
Summary | Windows Mobile : task with alarm
Queue | SyncML
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
patrick.abiven at apitech.fr (2008-09-19 11:12) wrote:
Hello
From a Windows Mobile + Funambol device, alarm of a task is not set
into Horde database.
Because, we only have a <ReminderTime> attribute, we should set the
ALARM attribute but also the DUE attribute. Then nag/lib/Driver.php
will set the alarm to 1.
It seems that we should add, into lib/SyncML/Device/Sync4j.php,
function sif2vtodo()
if (!empty($a['ReminderSet'])) {
+ $vtodo->setAttribute('DUE', $iCal->_parseDateTime($a['ReminderTime']));
$vtodo->setAttribute('AALARM',
$iCal->_parseDateTime($a['ReminderTime']));
}
Regards
Patrick
More information about the bugs
mailing list