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

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


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

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

Modified: CalendarServer/trunk/twistedcaldav/scheduling/itip.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/scheduling/itip.py	2010-02-25 04:28:26 UTC (rev 5207)
+++ CalendarServer/trunk/twistedcaldav/scheduling/itip.py	2010-02-25 04:29:02 UTC (rev 5208)
@@ -39,7 +39,6 @@
 from twext.python.datetime import asUTC, iCalendarString
 
 from twistedcaldav.config import config
-from twistedcaldav.dateops import normalizeToUTC, toString
 from twistedcaldav.ical import Property, iCalendarProductID, Component
 
 log = Logger()
@@ -322,7 +321,7 @@
             if attendee:
                 attendees.add(attendee)
                 if rids is not None and (partstat or private_comment):
-                    rids.add((toString(rid), partstat, private_comment,))
+                    rids.add((iCalendarString(rid), partstat, private_comment,))
 
         # Check for an invalid instance by itself
         len_attendees = len(attendees)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100224/25c12f8e/attachment-0001.html>


More information about the calendarserver-changes mailing list