[CalendarServer-changes] [3718] CalendarServer/trunk/calendarserver/tap/caldav.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 23 17:14:34 PST 2009


Revision: 3718
          http://trac.macosforge.org/projects/calendarserver/changeset/3718
Author:   wsanchez at apple.com
Date:     2009-02-23 17:14:33 -0800 (Mon, 23 Feb 2009)
Log Message:
-----------
WebCalResource needs principalCollections

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tap/caldav.py

Modified: CalendarServer/trunk/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/caldav.py	2009-02-24 00:55:26 UTC (rev 3717)
+++ CalendarServer/trunk/calendarserver/tap/caldav.py	2009-02-24 01:14:33 UTC (rev 3718)
@@ -533,7 +533,10 @@
         if config.WebCalendarRoot:
             self.log_info("Setting up WebCalendar resource: %s"
                           % (config.WebCalendarRoot,))
-            webCalendar = self.webCalendarResourceClass(config.WebCalendarRoot)
+            webCalendar = self.webCalendarResourceClass(
+                config.WebCalendarRoot,
+                principalCollections=(principalCollection,),
+            )
             root.putChild("webcal", webCalendar)
 
         #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090223/2796c08a/attachment-0001.html>


More information about the calendarserver-changes mailing list