[CalendarServer-changes] [299] CalendarServer/branches/users/cdaboo/dropbox

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 25 12:31:21 PDT 2006


Revision: 299
          http://trac.macosforge.org/projects/calendarserver/changeset/299
Author:   cdaboo at apple.com
Date:     2006-10-25 12:31:21 -0700 (Wed, 25 Oct 2006)

Log Message:
-----------
Fix for ticket #75.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/dropbox/twistedcaldav/ical.py

Added Paths:
-----------
    CalendarServer/branches/users/cdaboo/dropbox/lib-patches/vObject/base.patch

Added: CalendarServer/branches/users/cdaboo/dropbox/lib-patches/vObject/base.patch
===================================================================
--- CalendarServer/branches/users/cdaboo/dropbox/lib-patches/vObject/base.patch	                        (rev 0)
+++ CalendarServer/branches/users/cdaboo/dropbox/lib-patches/vObject/base.patch	2006-10-25 19:31:21 UTC (rev 299)
@@ -0,0 +1,13 @@
+Index: src/vobject/base.py
+===================================================================
+--- src/vobject/base.py	(revision 160)
++++ src/vobject/base.py	(working copy)
+@@ -1023,7 +1023,7 @@
+     else:
+         obj = ContentLine(name, [], '')
+     obj.behavior = behavior
+-    obj.isNative = True
++    obj.isNative = False
+     return obj
+ 
+ 

Modified: CalendarServer/branches/users/cdaboo/dropbox/twistedcaldav/ical.py
===================================================================
--- CalendarServer/branches/users/cdaboo/dropbox/twistedcaldav/ical.py	2006-10-25 01:56:25 UTC (rev 298)
+++ CalendarServer/branches/users/cdaboo/dropbox/twistedcaldav/ical.py	2006-10-25 19:31:21 UTC (rev 299)
@@ -531,6 +531,7 @@
         return (trigger, related, repeat, duration)
  
     def getRRuleSet(self, addRDate = False):
+        self.transformAllToNative()
         return self._vobject.getrruleset(addRDate)
 
     def addProperty(self, property):

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061025/45dbbfe3/attachment.html


More information about the calendarserver-changes mailing list