[CalendarServer-changes] [2897] CalendarServer/trunk/twistedcaldav/scheduling/itip.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 28 13:22:25 PDT 2008


Revision: 2897
          http://trac.macosforge.org/projects/calendarserver/changeset/2897
Author:   cdaboo at apple.com
Date:     2008-08-28 13:22:24 -0700 (Thu, 28 Aug 2008)
Log Message:
-----------
Make sure unwanted properties are stripped out of CANCEL messages.

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

Modified: CalendarServer/trunk/twistedcaldav/scheduling/itip.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/scheduling/itip.py	2008-08-28 20:01:37 UTC (rev 2896)
+++ CalendarServer/trunk/twistedcaldav/scheduling/itip.py	2008-08-28 20:22:24 UTC (rev 2897)
@@ -344,6 +344,9 @@
                 if tzid in tzids:
                     itip.addComponent(comp)
 
+        # Strip out unwanted bits
+        iTipGenerator.prepareSchedulingMessage(itip)
+
         return itip
 
     @staticmethod
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080828/ee60f82c/attachment.html 


More information about the calendarserver-changes mailing list