[CalendarServer-changes] [7439] CalendarServer/trunk/twistedcaldav/dateops.py

source_changes at macosforge.org source_changes at macosforge.org
Fri May 13 11:30:54 PDT 2011


Revision: 7439
          http://trac.macosforge.org/projects/calendarserver/changeset/7439
Author:   cdaboo at apple.com
Date:     2011-05-13 11:30:54 -0700 (Fri, 13 May 2011)
Log Message:
-----------
Fix auto-accept for events that are adjacent in time.

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

Modified: CalendarServer/trunk/twistedcaldav/dateops.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/dateops.py	2011-05-13 18:29:20 UTC (rev 7438)
+++ CalendarServer/trunk/twistedcaldav/dateops.py	2011-05-13 18:30:54 UTC (rev 7439)
@@ -220,7 +220,7 @@
     if end > clipEnd:
         end = clipEnd
     
-    if start > end:
+    if start >= end:
         return None
     else:
         # Try to preserve use of duration in period
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110513/5bc69c1f/attachment.html>


More information about the calendarserver-changes mailing list