Summary | Blackberry 10 birthday active sync |
Queue | Horde Framework Packages |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | jordan (at) ffm-one (dot) com |
Created | 05/27/2016 (3325 days ago) |
Due | |
Updated | 05/31/2016 (3321 days ago) |
Assigned | 05/27/2016 (3325 days ago) |
Resolved | 05/31/2016 (3321 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Rubinsky
State ⇒ Resolved
The value passed is
1905-02-03T12:00:00.000Z
which the device interprets as the next day.
If I create the same entry on the device the value send is
1905-02-03T11:00:00.000Z
So one hour earlier. Can this be changed so that horde is also sending
the birthday at 11 and not 12 ?
Priority ⇒ 1. Low
State ⇒ Feedback
I already read multiple threads about the issue with the birthday,
so it is possible to fix it for the Blackberry 10 devices ?
but it might not be working correctly. I don't have a BB10 device to
test.
send , why ?)
around these issues. The protocol is flawed in that there is no
standard for the format/timezone of the birthday field and different
clients implement it differently. We adjust the datetime value to
reflect what the client will expect or to offset whatever "damage" the
client does to the value.
isn't sending it...
Volker jordan
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Blackberry 10 birthday active sync
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
I already read multiple threads about the issue with the birthday, so
it is possible to fix it for the Blackberry 10 devices ?
Furthermore I dont see the value sent to my device if I enable the log.
For android and iphone it works ( even though different values get
send , why ?)
2016-05-25T21:04:41+02:00 DEBUG: [1692] O <Data>
2016-05-25T21:04:41+02:00 DEBUG: [1692] O <POOMCONTACTS:Birthday>
2016-05-25T21:04:41+02:00 DEBUG: [1692] O 1905-02-02T23:00:00.000Z
2016-05-25T21:04:41+02:00 DEBUG: [1692] O </POOMCONTACTS:Birthday>
2016-05-25T21:04:41+02:00 DEBUG: [1692] O <POOMCONTACTS:FileAs>
2016-05-25T21:04:41+02:00 DEBUG: [1692] O Max Max3
2016-05-25T21:04:41+02:00 DEBUG: [1692] O </POOMCONTACTS:FileAs>
2016-05-25T21:04:41+02:00 DEBUG: [1692] O <POOMCONTACTS:FirstName>
2016-05-25T21:04:41+02:00 DEBUG: [1692] O Max
2016-05-25T21:04:41+02:00 DEBUG: [1692] O </POOMCONTACTS:FirstName>
2016-05-25T21:04:41+02:00 DEBUG: [1692] O <POOMCONTACTS:LastName>
2016-05-25T21:04:41+02:00 DEBUG: [1692] O Max3
2016-05-25T21:04:41+02:00 DEBUG: [1692] O </POOMCONTACTS:LastName>
2016-05-25T21:04:41+02:00 DEBUG: [1692] O </Data>
2016-05-25T21:20:11+02:00 DEBUG: [1674] O <Data>
2016-05-25T21:20:11+02:00 DEBUG: [1674] O <POOMCONTACTS:Birthday>
2016-05-25T21:20:11+02:00 DEBUG: [1674] O 1905-02-03T08:00:00.000Z
2016-05-25T21:20:11+02:00 DEBUG: [1674] O </POOMCONTACTS:Birthday>
2016-05-25T21:20:11+02:00 DEBUG: [1674] O <POOMCONTACTS:FileAs>
2016-05-25T21:20:11+02:00 DEBUG: [1674] O Max Max3
2016-05-25T21:20:11+02:00 DEBUG: [1674] O </POOMCONTACTS:FileAs>
2016-05-25T21:20:11+02:00 DEBUG: [1674] O <POOMCONTACTS:FirstName>
2016-05-25T21:20:11+02:00 DEBUG: [1674] O Max
2016-05-25T21:20:11+02:00 DEBUG: [1674] O </POOMCONTACTS:FirstName>
2016-05-25T21:20:11+02:00 DEBUG: [1674] O <POOMCONTACTS:LastName>
2016-05-25T21:20:11+02:00 DEBUG: [1674] O Max3
2016-05-25T21:20:11+02:00 DEBUG: [1674] O </POOMCONTACTS:LastName>
2016-05-25T21:20:11+02:00 DEBUG: [1674] O </Data>
On the Blackberry device log, I dont see any Birthday values in the
log file and the Borthday is one day after the value I put into the
horde contact.
Regards
Volker jordan