[CalendarServer-changes] [3131] CalendarServer/trunk/twistedcaldav/freebusyurl.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 9 07:21:35 PDT 2008


Revision: 3131
          http://trac.macosforge.org/projects/calendarserver/changeset/3131
Author:   cdaboo at apple.com
Date:     2008-10-09 07:21:33 -0700 (Thu, 09 Oct 2008)
Log Message:
-----------
Fix freebusy URL.

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

Modified: CalendarServer/trunk/twistedcaldav/freebusyurl.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/freebusyurl.py	2008-10-07 23:23:06 UTC (rev 3130)
+++ CalendarServer/trunk/twistedcaldav/freebusyurl.py	2008-10-09 14:21:33 UTC (rev 3131)
@@ -219,9 +219,9 @@
             raise HTTPError(StatusResponse(responsecode.INTERNAL_SERVER_ERROR, "No schedule inbox for principal: %s" % (principal,)))
             
         scheduler = Scheduler(request, self)
-        scheduler.timerange = TimeRange(start="20000101T000000Z", end="20070102T000000Z")
-        scheduler.timerange.start = self.start
-        scheduler.timerange.end = self.end
+        scheduler.timeRange = TimeRange(start="20000101T000000Z", end="20070102T000000Z")
+        scheduler.timeRange.start = self.start
+        scheduler.timeRange.end = self.end
         
         scheduler.organizer = LocalCalendarUser(cuaddr, principal, inbox, inboxURL)
         
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081009/0654b5ff/attachment.html 


More information about the calendarserver-changes mailing list