Summary | Tag POOMTASKS:FirstDayOfWeek unexpected in type XML type Horde_ActiveSync_Message_TaskRecurrence |
Queue | Synchronization |
Queue Version | FRAMEWORK_5_2 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | horde (at) selhorst (dot) net |
Created | 03/26/2017 (3022 days ago) |
Due | |
Updated | 03/26/2017 (3022 days ago) |
Assigned | |
Resolved | 03/26/2017 (3022 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 916717043f6ef09613f1acf4f302321cae276f17
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun Mar 26 10:35:58 2017 -0400
Bug: 14599Fix WBXML attribute definition.framework/ActiveSync/lib/Horde/ActiveSync/Message/Task.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/916717043f6ef09613f1acf4f302321cae276f17
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Tag POOMTASKS:FirstDayOfWeek unexpected in type XML type Horde_ActiveSync_Message_TaskRecurrence
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ No
I do have a task issue with recurrent events (repeating for instance
every third Saturday).
As a sync client I am using the Android App "Nine" from 9Folders Inc.
This is how the device is registered in Horde:
id 0123456
: COLLECTIONS: Obtaining collection type of 7 for collection id 0123456
Tasks:-_mPENPiyAROJf8YYQxxLuA, synckey: {...}445
: STATE: Found 503 changes remaining from previous SYNC.
I: <ClientEntryId>
I: 2691
I: </ClientEntryId>
I: <Data>
I: <AirSyncBase:Body>
I: <AirSyncBase:Type>
I: 1
I: </AirSyncBase:Type>
I: <AirSyncBase:Data>
I:
I: </AirSyncBase:Data>
I: </AirSyncBase:Body>
I: <POOMTASKS:Subject>
I: Foo Bar
I: </POOMTASKS:Subject>
I: <POOMTASKS:Importance>
I: 1
I: </POOMTASKS:Importance>
I: <POOMTASKS:UtcDueDate>
I: 2016-10-21T22:00:00.000Z
I: </POOMTASKS:UtcDueDate>
I: <POOMTASKS:DueDate>
I: 2016-10-22T00:00:00.000Z
I: </POOMTASKS:DueDate>
I: <POOMTASKS:Recurrence>
I: <POOMTASKS:Regenerate>
I: 0
I: </POOMTASKS:Regenerate>
I: <POOMTASKS:DeadOccur>
I: 1
I: </POOMTASKS:DeadOccur>
I: <POOMTASKS:Type>
I: 3
I: </POOMTASKS:Type>
I: <POOMTASKS:Start>
I: 2016-10-21T00:00:00.000Z
I: </POOMTASKS:Start>
I: <POOMTASKS:Interval>
I: 1
I: </POOMTASKS:Interval>
I: <POOMTASKS:DayOfWeek>
I: 64
I: </POOMTASKS:DayOfWeek>
I: <POOMTASKS:WeekOfMonth>
I: 4
I: </POOMTASKS:WeekOfMonth>
I: <POOMTASKS:CalendarType>
I: 0
I: </POOMTASKS:CalendarType>
I: <POOMTASKS:FirstDayOfWeek>
ERR: Tag POOMTASKS:FirstDayOfWeek unexpected in type XML type
Horde_ActiveSync_Message_TaskRecurrence.
ERR: Unexpected tag
Is this a Horde issue or a problem with the Android App?
Thanks!
Marcel