[CalendarServer-changes] [1786] CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav /itip.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 13 11:42:29 PDT 2007


Revision: 1786
          http://trac.macosforge.org/projects/calendarserver/changeset/1786
Author:   wsanchez at apple.com
Date:     2007-08-13 11:42:28 -0700 (Mon, 13 Aug 2007)

Log Message:
-----------
Pulled up r1785 from trunk.

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/itip.py

Modified: CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/itip.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/itip.py	2007-08-13 03:12:17 UTC (rev 1785)
+++ CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/itip.py	2007-08-13 18:42:28 UTC (rev 1786)
@@ -536,7 +536,7 @@
         replycal.mainComponent().addProperty(Property(name="REQUEST-STATUS", value="4.0; Event conflict. Date/time is busy."))
 
     # Remove all attendees other than ourselves
-    attendees = replycal.mainComponent().properties("ATTENDEE")
+    attendees = tuple(replycal.mainComponent().properties("ATTENDEE"))
     for attendee in attendees:
         if (attendee.value() != attendeeProp.value()):
             replycal.mainComponent().removeProperty(attendee)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070813/fdc9366b/attachment.html


More information about the calendarserver-changes mailing list