[CalendarServer-changes] [9950] CalendarServer/trunk/twistedcaldav/scheduling/icaldiff.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 18 07:03:42 PDT 2012


Revision: 9950
          http://trac.calendarserver.org//changeset/9950
Author:   cdaboo at apple.com
Date:     2012-10-18 07:03:41 -0700 (Thu, 18 Oct 2012)
Log Message:
-----------
Make sure TRANSP is set when forcing an attendee to decline state.

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

Modified: CalendarServer/trunk/twistedcaldav/scheduling/icaldiff.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/scheduling/icaldiff.py	2012-10-18 14:02:42 UTC (rev 9949)
+++ CalendarServer/trunk/twistedcaldav/scheduling/icaldiff.py	2012-10-18 14:03:41 UTC (rev 9950)
@@ -669,6 +669,7 @@
         prop = component.getProperty("X-APPLE-NEEDS-REPLY")
         if prop:
             component.removeProperty(prop)
+        component.replaceProperty(Property("TRANSP", "TRANSPARENT"))
         return partstatChanged
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20121018/429e8cea/attachment.html>


More information about the calendarserver-changes mailing list