[CalendarServer-changes] [2172] CalendarServer/branches/release/CalendarServer-1.2-dev/twistedcaldav /itip.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 21 13:55:05 PST 2008


Revision: 2172
          http://trac.macosforge.org/projects/calendarserver/changeset/2172
Author:   wsanchez at apple.com
Date:     2008-02-21 13:55:04 -0800 (Thu, 21 Feb 2008)

Log Message:
-----------
Pulled up r2167 from trunk.

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-1.2-dev/twistedcaldav/itip.py

Modified: CalendarServer/branches/release/CalendarServer-1.2-dev/twistedcaldav/itip.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-1.2-dev/twistedcaldav/itip.py	2008-02-21 21:50:41 UTC (rev 2171)
+++ CalendarServer/branches/release/CalendarServer-1.2-dev/twistedcaldav/itip.py	2008-02-21 21:55:04 UTC (rev 2172)
@@ -949,6 +949,8 @@
         # Extract items from component
         uid = component.propertyValue("UID")
         seq = component.propertyValue("SEQUENCE")
+        if seq:
+            seq = int(seq)
         dtstamp = component.propertyValue("DTSTAMP")
         rid = component.propertyValue("RECURRENCE-ID")
         

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080221/872b9dad/attachment.html 


More information about the calendarserver-changes mailing list