[CalendarServer-changes] [5206] CalendarServer/trunk/twistedcaldav/ical.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 24 20:27:29 PST 2010


Revision: 5206
          http://trac.macosforge.org/projects/calendarserver/changeset/5206
Author:   wsanchez at apple.com
Date:     2010-02-24 20:27:28 -0800 (Wed, 24 Feb 2010)
Log Message:
-----------
Use iCalendarString()

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/ical.py

Modified: CalendarServer/trunk/twistedcaldav/ical.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/ical.py	2010-02-25 04:26:03 UTC (rev 5205)
+++ CalendarServer/trunk/twistedcaldav/ical.py	2010-02-25 04:27:28 UTC (rev 5206)
@@ -1848,7 +1848,7 @@
                 remaining -= 1
                 continue
             rid = component.getRecurrenceIDUTC()
-            if (toString(rid) if rid else "") not in rids:
+            if (iCalendarString(rid) if rid else "") not in rids:
                 self.removeComponent(component)
                 remaining -= 1
                 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100224/be08c2f4/attachment.html>


More information about the calendarserver-changes mailing list