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

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 6 15:45:05 PDT 2008


Revision: 3122
          http://trac.macosforge.org/projects/calendarserver/changeset/3122
Author:   cdaboo at apple.com
Date:     2008-10-06 15:45:05 -0700 (Mon, 06 Oct 2008)
Log Message:
-----------
A change in RSVP only should not cause a scheduling message to be sent.

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

Modified: CalendarServer/trunk/twistedcaldav/scheduling/icaldiff.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/scheduling/icaldiff.py	2008-10-06 22:40:17 UTC (rev 3121)
+++ CalendarServer/trunk/twistedcaldav/scheduling/icaldiff.py	2008-10-06 22:45:05 UTC (rev 3122)
@@ -61,7 +61,7 @@
                 "LAST-MODIFIED",
             ))
             calendar.removeXProperties()
-            calendar.removePropertyParameters("ATTENDEE", ("SCHEDULE-AGENT", "SCHEDULE-STATUS",))
+            calendar.removePropertyParameters("ATTENDEE", ("RSVP", "SCHEDULE-AGENT", "SCHEDULE-STATUS",))
             calendar.removePropertyParametersByValue("ATTENDEE", (("PARTSTAT", "NEEDS-ACTION"),))
             return calendar
             
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081006/bea94eea/attachment-0001.html 


More information about the calendarserver-changes mailing list