[CalendarServer-changes] [5638] CalendarServer/trunk/twistedcaldav/scheduling/icaldiff.py
source_changes at macosforge.org
source_changes at macosforge.org
Thu May 20 20:00:01 PDT 2010
Revision: 5638
http://trac.macosforge.org/projects/calendarserver/changeset/5638
Author: cdaboo at apple.com
Date: 2010-05-20 19:59:59 -0700 (Thu, 20 May 2010)
Log Message:
-----------
Make sure that X-APPLE-DROPBOX only change gets propagated to attendees.
Modified Paths:
--------------
CalendarServer/trunk/twistedcaldav/scheduling/icaldiff.py
Modified: CalendarServer/trunk/twistedcaldav/scheduling/icaldiff.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/scheduling/icaldiff.py 2010-05-21 02:59:10 UTC (rev 5637)
+++ CalendarServer/trunk/twistedcaldav/scheduling/icaldiff.py 2010-05-21 02:59:59 UTC (rev 5638)
@@ -70,7 +70,9 @@
"DTSTAMP",
"LAST-MODIFIED",
))
- calendar.removeXProperties()
+ calendar.removeXProperties(keep_properties=(
+ "X-APPLE-DROPBOX",
+ ))
calendar.removePropertyParameters("ATTENDEE", ("RSVP", "SCHEDULE-STATUS", "SCHEDULE-FORCE-SEND",))
calendar.normalizeAll()
return calendar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100520/ff058fa8/attachment.html>
More information about the calendarserver-changes
mailing list