| Summary | [ActiveSync] Calendar event push error : Unknown property: airsyncbasebody |
| Queue | Kronolith |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | horde (at) kyoshiro (dot) org |
| Created | 11/13/2012 (4764 days ago) |
| Due | |
| Updated | 11/19/2012 (4758 days ago) |
| Assigned | |
| Resolved | 11/14/2012 (4763 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Keep up the good work !
commit cd0ce73ec028390a1e09fa6f2312099773982805
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Nov 15 13:26:42 2012 -0500
Correct fix for
Bug: 11696kronolith/lib/Event.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/cd0ce73ec028390a1e09fa6f2312099773982805
Version ⇒ Git master
Queue ⇒ Kronolith
State ⇒ Resolved
commit 462c10d0e448b8321241e7fa876122a16843daf0
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Nov 14 11:00:01 2012 -0500
Bug: 11696AirsyncbaseBody is only EAS >= 12.0kronolith/lib/Event.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/462c10d0e448b8321241e7fa876122a16843daf0
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ [ActiveSync] Calendar event push error : Unknown property: airsyncbasebody
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Whenever I create a calendar entry with no description/body on my
android phone, it does not synchronise via ActiveSync. The debug log
says (twice for each event) : ERR: Unknown property: airsyncbasebody
I added a dummy description and it worked, the original pushed XML
entry looks like this :
2012-11-13T11:07:00+00:00 DEBUG: I <Data>
2012-11-13T11:07:00+00:00 DEBUG: I <POOMCAL:Timezone>
2012-11-13T11:07:00+00:00 DEBUG: I
xP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoAAAAEAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAFAAIAAAAAAAAAxP///w==
2012-11-13T11:07:00+00:00 DEBUG: I </POOMCAL:Timezone>
2012-11-13T11:07:00+00:00 DEBUG: I <POOMCAL:AllDayEvent>
2012-11-13T11:07:00+00:00 DEBUG: I 0
2012-11-13T11:07:00+00:00 DEBUG: I </POOMCAL:AllDayEvent>
2012-11-13T11:07:00+00:00 DEBUG: I <POOMCAL:StartTime>
2012-11-13T11:07:00+00:00 DEBUG: I 20121125T070000Z
2012-11-13T11:07:00+00:00 DEBUG: I </POOMCAL:StartTime>
2012-11-13T11:07:00+00:00 DEBUG: I <POOMCAL:EndTime>
2012-11-13T11:07:00+00:00 DEBUG: I 20121126T190000Z
2012-11-13T11:07:00+00:00 DEBUG: I </POOMCAL:EndTime>
2012-11-13T11:07:00+00:00 DEBUG: I <POOMCAL:DtStamp>
2012-11-13T11:07:00+00:00 DEBUG: I 20121113T110712Z
2012-11-13T11:07:00+00:00 DEBUG: I </POOMCAL:DtStamp>
2012-11-13T11:07:00+00:00 DEBUG: I <POOMCAL:Subject>
2012-11-13T11:07:00+00:00 DEBUG: I w/jack
2012-11-13T11:07:00+00:00 DEBUG: I </POOMCAL:Subject>
2012-11-13T11:07:00+00:00 DEBUG: I <POOMCAL:Sensitivity>
2012-11-13T11:07:00+00:00 DEBUG: I 0
2012-11-13T11:07:00+00:00 DEBUG: I </POOMCAL:Sensitivity>
2012-11-13T11:07:00+00:00 DEBUG: I <POOMCAL:Body/>
2012-11-13T11:07:00+00:00 DEBUG: I <POOMCAL:OrganizerEmail>
2012-11-13T11:07:00+00:00 DEBUG: I ****@mydomain
2012-11-13T11:07:00+00:00 DEBUG: I </POOMCAL:OrganizerEmail>
2012-11-13T11:07:00+00:00 DEBUG: I <POOMCAL:UID>
2012-11-13T11:07:00+00:00 DEBUG: I
e33a2cbf-8741-4555-8439-xxxxxxxxxxxx
2012-11-13T11:07:00+00:00 DEBUG: I </POOMCAL:UID>
2012-11-13T11:07:00+00:00 DEBUG: I <POOMCAL:BusyStatus>
2012-11-13T11:07:00+00:00 DEBUG: I 2
2012-11-13T11:07:00+00:00 DEBUG: I </POOMCAL:BusyStatus>
2012-11-13T11:07:00+00:00 DEBUG: I <POOMCAL:MeetingStatus>
2012-11-13T11:07:00+00:00 DEBUG: I 0
2012-11-13T11:07:00+00:00 DEBUG: I </POOMCAL:MeetingStatus>
2012-11-13T11:07:00+00:00 DEBUG: I </Data>
I set the priority to Medium because it's not a blocking issue but if
not advertised, and depending on how they use calendars (title only or
not) people may have their calendards out of sync.