Summary | Daily, every weekday Recurring items also appear on weekends |
Queue | Synchronization |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | jochem (at) mondrian (dot) nl |
Created | 03/22/2007 (6743 days ago) |
Due | |
Updated | 05/03/2007 (6701 days ago) |
Assigned | 03/22/2007 (6743 days ago) |
Resolved | 05/03/2007 (6701 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Assigned to Jan Schneider
Taken from Karsten Fourmont
State ⇒ Resolved
solution I used fits.
Summary ⇒ Daily, every weekday Recurring items also appear on weekends
Assigned to Karsten Fourmont
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Daily, every weekday Recurring items also appear on weekends PATCH
Queue ⇒ Synchronization
New Attachment: sync4j.patch
State ⇒ Unconfirmed
against the horde syncml backend using the latest funambol plugin.
I've noticed that recurrence of the type 'daily, every weekday' in WM
is handled differently from kronolith. Kronolith assumes a daily item
is supposed to happen every day, whereas WM/Funambol/vCard assume a
daily item works every day _unless_ the BYDAY or DayOfWeekMask values
are set.
This means that when the WM recurtype 'daily, every weekday' was used,
kronolith also displayed it's items on Saturday and Sunday. This is
ofcourse not desirable.
I've been working with recurrence in Kronolith and vCal format for a
separate project of mine, and have come up with the attached patch to
SyncML/Devices/Sync4j.php to fix this bug.
I've tested this patch with both regular daily and weekday-daily
recurrence, and so far have not been able to break the new
functionality.
Regards,
Jochem