[CalendarServer-changes] [276] CalendarServer/trunk/twistedcaldav/resource.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 18 11:06:44 PDT 2006


Revision: 276
          http://trac.macosforge.org/projects/calendarserver/changeset/276
Author:   wsanchez at apple.com
Date:     2006-10-18 11:06:43 -0700 (Wed, 18 Oct 2006)

Log Message:
-----------
Remove calendar-free-busy-set from CalendarPrincipalResource; never belonged there.

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

Modified: CalendarServer/trunk/twistedcaldav/resource.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/resource.py	2006-10-18 15:03:49 UTC (rev 275)
+++ CalendarServer/trunk/twistedcaldav/resource.py	2006-10-18 18:06:43 UTC (rev 276)
@@ -541,7 +541,6 @@
     liveProperties = DAVPrincipalResource.liveProperties + (
         (caldav_namespace, "calendar-home-set"        ),
         (caldav_namespace, "calendar-user-address-set"),
-        (caldav_namespace, "calendar-free-busy-set"   ),
         (caldav_namespace, "schedule-inbox-URL"       ),
         (caldav_namespace, "schedule-outbox-URL"      ),
     )
@@ -568,16 +567,6 @@
                         *[davxml.HRef(url) for url in self.calendarHomeURLs()]
                     )
 
-                if name == "calendar-free-busy-set":
-                    def onURIs(uris):
-                        return caldavxml.CalendarFreeBusySet(
-                            *[davxml.HRef(url) for url in uris]
-                        )
-
-                    d = self.calendarFreeBusyURIs(request)
-                    d.addCallback(onURIs)
-                    return d
-
                 if name == "schedule-inbox-URL":
                     url = self.scheduleInboxURL()
                     if url is None:

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


More information about the calendarserver-changes mailing list