[CalendarServer-changes] [6555] CalendarServer/trunk/twistedcaldav

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 2 12:35:18 PDT 2010


Revision: 6555
          http://trac.macosforge.org/projects/calendarserver/changeset/6555
Author:   cdaboo at apple.com
Date:     2010-11-02 12:35:15 -0700 (Tue, 02 Nov 2010)
Log Message:
-----------
Additional sharing DAV header item.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/customxml.py
    CalendarServer/trunk/twistedcaldav/stdconfig.py

Modified: CalendarServer/trunk/twistedcaldav/customxml.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/customxml.py	2010-11-02 19:34:36 UTC (rev 6554)
+++ CalendarServer/trunk/twistedcaldav/customxml.py	2010-11-02 19:35:15 UTC (rev 6555)
@@ -59,6 +59,11 @@
     "calendarserver-sharing",
 )
 
+# TODO: This is only needed whilst we do not support scheduling in shared calendars
+calendarserver_sharing_no_scheduling_compliance = (
+    "calendarserver-sharing-no-scheduling",
+)
+
 class TwistedCalendarAccessProperty (davxml.WebDAVTextElement):
     """
     Contains the calendar access level (private events) for the resource.

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2010-11-02 19:34:36 UTC (rev 6554)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2010-11-02 19:35:15 UTC (rev 6555)
@@ -1008,6 +1008,8 @@
             compliance += customxml.calendarserver_private_comments_compliance
         if config.Sharing.Enabled:
             compliance += customxml.calendarserver_sharing_compliance
+            # TODO: This is only needed whilst we do not support scheduling in shared calendars
+            compliance += customxml.calendarserver_sharing_no_scheduling_compliance
     else:
         compliance = ()
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101102/0a4c6950/attachment.html>


More information about the calendarserver-changes mailing list