[Tickets #12912] Re: Event handling through ActiveSync
noreply at bugs.horde.org
noreply at bugs.horde.org
Wed Jan 15 16:18:42 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12912
------------------------------------------------------------------------------
Ticket | 12912
Updated By | Michael Rubinsky <mrubinsk at horde.org>
Summary | Event handling through ActiveSync
Queue | Horde Framework Packages
Version | FRAMEWORK_5_1
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2014-01-15 16:18) wrote:
To clarify my comments, this is a sample of the log you posted in your
first comment:
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I <Modify>
^^^ This is an event *modification*, not *deletion*. ^^^
<snip unimportant values>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I <POOMCAL:MeetingStatus>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I 1
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I </POOMCAL:MeetingStatus>
^^^ A value of (1) here indicates that this is a "meeting", as opposed
to a value of (5) which would indicate that this is a cancelled
meeting. ^^^
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I <POOMCAL:Recurrence>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I <POOMCAL:Type>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I 1
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I </POOMCAL:Type>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I <POOMCAL:Interval>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I 2
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I </POOMCAL:Interval>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I <POOMCAL:DayOfWeek>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I 4
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I </POOMCAL:DayOfWeek>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I <POOMCAL:Until>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I 20131231T030000Z
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I </POOMCAL:Until>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I <POOMCAL:FirstDayOfWeek>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I 0
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I </POOMCAL:FirstDayOfWeek>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I </POOMCAL:Recurrence>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I <POOMCAL:Exceptions>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I <POOMCAL:Exception>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I <POOMCAL:Deleted>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I 1
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I </POOMCAL:Deleted>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I
> <POOMCAL:ExceptionStartTime>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I 20131217T030000Z
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I
> </POOMCAL:ExceptionStartTime>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I </POOMCAL:Exception>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I <POOMCAL:Exception>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I <POOMCAL:Deleted>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I 1
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I </POOMCAL:Deleted>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I
> <POOMCAL:ExceptionStartTime>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I 20131203T030000Z
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I
> </POOMCAL:ExceptionStartTime>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I </POOMCAL:Exception>
> 2014-01-14T21:14:36+10:00 DEBUG: [6013] I </POOMCAL:Exceptions>
^^^ This is the section that defines the recurrence and any
exceptions. As you can see, it indicates that the exceptions are being
deleted. ^^^
So, from this log snippet, the only thing that is happening server
side is that a number of the exceptions to the recurring event are
deleted - meaning the original occurrences are now "back on" so to
speak.
More information about the bugs
mailing list