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

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 14 09:02:33 PDT 2010


Revision: 6286
          http://trac.macosforge.org/projects/calendarserver/changeset/6286
Author:   cdaboo at apple.com
Date:     2010-09-14 09:02:31 -0700 (Tue, 14 Sep 2010)
Log Message:
-----------
Remove unused sharing XML element.

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

Modified: CalendarServer/trunk/twistedcaldav/customxml.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/customxml.py	2010-09-13 20:37:09 UTC (rev 6285)
+++ CalendarServer/trunk/twistedcaldav/customxml.py	2010-09-14 16:02:31 UTC (rev 6286)
@@ -646,13 +646,6 @@
     namespace = calendarserver_namespace
     name = "read-write"
 
-class ReadWriteScheduleAccess (davxml.WebDAVEmptyElement):
-    """
-    Denotes read and write and schedule access on a shared calendar.
-    """
-    namespace = calendarserver_namespace
-    name = "read-write-schedule"
-
 class UID (davxml.WebDAVTextElement):
     namespace = calendarserver_namespace
     name = "uid"

Modified: CalendarServer/trunk/twistedcaldav/sharing.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/sharing.py	2010-09-13 20:37:09 UTC (rev 6285)
+++ CalendarServer/trunk/twistedcaldav/sharing.py	2010-09-14 16:02:31 UTC (rev 6286)
@@ -760,7 +760,6 @@
 inviteAccessMapToXML = {
     "read-only"           : customxml.ReadAccess,
     "read-write"          : customxml.ReadWriteAccess,
-    "read-write-schedule" : customxml.ReadWriteScheduleAccess,
 }
 inviteAccessMapFromXML = dict([(v,k) for k,v in inviteAccessMapToXML.iteritems()])
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100914/c73b6671/attachment.html>


More information about the calendarserver-changes mailing list