| Summary | Wrong ReccurenceType is sent by Sync4j.php |
| Queue | Synchronization |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | jan (at) horde (dot) org |
| Requester | lst_hoe02 (at) kwsoft (dot) de |
| Created | 12/19/2008 (6183 days ago) |
| Due | |
| Updated | 08/20/2009 (5939 days ago) |
| Assigned | 12/22/2008 (6180 days ago) |
| Resolved | 08/18/2009 (5941 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Device/Sync4j.php?rt=horde&r1=1.67&r2=1.68&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Device/Sync4j.php?rt=horde&r1=1.66&r2=1.67&ty=u
schedule to be correct for SIF-E :
$hash['MonthOfYear'] = date('n', $start);
State ⇒ Resolved
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Device/Sync4j.php?rt=horde&r1=1.65&r2=1.66&ty=u
Assigned to Jan Schneider
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Wrong ReccurenceType is sent by Sync4j.php
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ Yes
New Attachment: Sync4j.patch
State ⇒ Unconfirmed
PlugIn) always sent "RecurrenceType=6" if yearly schedules are used
for events. In Outlook this transforms to "X-th Weekday in Month Y
every Year" where it should be for example "X-th day in Month Y every
Year".
Warning : The Patch is more of works for me than the real solution.
Unfortunately Outlook is not abel to use all scheduling types iCal is
able to use.