[CalendarServer-changes] [14386] CalendarServer/trunk/txdav/caldav/datastore/scheduling/implicit.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 9 12:41:26 PST 2015


Revision: 14386
          http://trac.calendarserver.org//changeset/14386
Author:   cdaboo at apple.com
Date:     2015-02-09 12:41:26 -0800 (Mon, 09 Feb 2015)
Log Message:
-----------
Better comment.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/caldav/datastore/scheduling/implicit.py

Modified: CalendarServer/trunk/txdav/caldav/datastore/scheduling/implicit.py
===================================================================
--- CalendarServer/trunk/txdav/caldav/datastore/scheduling/implicit.py	2015-02-09 17:16:29 UTC (rev 14385)
+++ CalendarServer/trunk/txdav/caldav/datastore/scheduling/implicit.py	2015-02-09 20:41:26 UTC (rev 14386)
@@ -1328,7 +1328,8 @@
 
             attendeeAddress = (yield calendarUserFromCalendarUserAddress(attendee, self.txn))
 
-            # Handle split by not scheduling local attendees
+            # Local attendees have their data implicitly split when the organizer's copy is split, so
+            # there is no need to send a scheduling message to them to trigger the split.
             if self.split_details is not None:
                 if type(attendeeAddress) is LocalCalendarUser:
                     continue
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150209/837027d6/attachment.html>


More information about the calendarserver-changes mailing list