[CalendarServer-changes] [2842] CalendarServer/branches/users/cdaboo/implicit-2805/twistedcaldav/ scheduling/itip.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 22 11:00:14 PDT 2008


Revision: 2842
          http://trac.macosforge.org/projects/calendarserver/changeset/2842
Author:   cdaboo at apple.com
Date:     2008-08-22 11:00:14 -0700 (Fri, 22 Aug 2008)
Log Message:
-----------
Only add alarms to master component once.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/implicit-2805/twistedcaldav/scheduling/itip.py

Modified: CalendarServer/branches/users/cdaboo/implicit-2805/twistedcaldav/scheduling/itip.py
===================================================================
--- CalendarServer/branches/users/cdaboo/implicit-2805/twistedcaldav/scheduling/itip.py	2008-08-21 18:39:00 UTC (rev 2841)
+++ CalendarServer/branches/users/cdaboo/implicit-2805/twistedcaldav/scheduling/itip.py	2008-08-22 18:00:14 UTC (rev 2842)
@@ -101,7 +101,7 @@
                 
             # Now try to match recurrences
             for component in new_calendar.subcomponents():
-                if component.name() != "VTIMEZONE":
+                if component.name() != "VTIMEZONE" and component.getRecurrenceIDUTC() is not None:
                     iTipProcessing.transferAlarms(calendar, master_valarms, component)
             
             # Replace the entire object
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080822/5553edf7/attachment.html 


More information about the calendarserver-changes mailing list