[CalendarServer-changes] [2123] CalendarServer/branches/users/cdaboo/server2server-2113/ twistedcaldav/freebusyurl.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 4 15:50:18 PST 2008


Revision: 2123
          http://trac.macosforge.org/projects/calendarserver/changeset/2123
Author:   cdaboo at apple.com
Date:     2008-02-04 15:48:58 -0800 (Mon, 04 Feb 2008)

Log Message:
-----------
Make the free-busy lookup like like it is "remote" (server-to-server) so that ACLs are ignored.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/server2server-2113/twistedcaldav/freebusyurl.py

Modified: CalendarServer/branches/users/cdaboo/server2server-2113/twistedcaldav/freebusyurl.py
===================================================================
--- CalendarServer/branches/users/cdaboo/server2server-2113/twistedcaldav/freebusyurl.py	2008-02-04 23:33:15 UTC (rev 2122)
+++ CalendarServer/branches/users/cdaboo/server2server-2113/twistedcaldav/freebusyurl.py	2008-02-04 23:48:58 UTC (rev 2123)
@@ -235,7 +235,7 @@
             None,
             None,
             attendeeProp,
-            False,
+            True,
         ))
         yield d
         fbresult = d.getResult()

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080204/f4c02159/attachment-0001.html


More information about the calendarserver-changes mailing list