[CalendarServer-changes] [10815] CalendarServer/trunk/twistedcaldav/scheduling/processing.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 26 12:14:25 PST 2013


Revision: 10815
          http://trac.calendarserver.org//changeset/10815
Author:   cdaboo at apple.com
Date:     2013-02-26 12:14:25 -0800 (Tue, 26 Feb 2013)
Log Message:
-----------
Make sure an auto-accept change during an attendee refresh causes the time range index to be updated.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/scheduling/processing.py

Modified: CalendarServer/trunk/twistedcaldav/scheduling/processing.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/scheduling/processing.py	2013-02-26 20:13:24 UTC (rev 10814)
+++ CalendarServer/trunk/twistedcaldav/scheduling/processing.py	2013-02-26 20:14:25 UTC (rev 10815)
@@ -560,8 +560,9 @@
                     send_reply = False
                     store_inbox = True
 
-                # Let the store know that no time-range info has changed for a refresh
-                if hasattr(self.request, "doing_attendee_refresh"):
+                # Let the store know that no time-range info has changed for a refresh (assuming that
+                # no auto-accept changes were made)
+                if hasattr(self.request, "doing_attendee_refresh") and not send_reply:
                     new_calendar.noInstanceIndexing = True
 
                 # Update the attendee's copy of the event
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130226/a5395b30/attachment.html>


More information about the calendarserver-changes mailing list