[CalendarServer-changes] [5067] CalendarServer/branches/users/glyph/contacts-server-merge/ twistedcaldav/static.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 8 17:20:29 PST 2010


Revision: 5067
          http://trac.macosforge.org/projects/calendarserver/changeset/5067
Author:   glyph at apple.com
Date:     2010-02-08 17:20:28 -0800 (Mon, 08 Feb 2010)
Log Message:
-----------
Remove "Calendar Server Only" comment block.  Still not completely correct, but better than ignoring free-busy privilege entirely

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/contacts-server-merge/twistedcaldav/static.py

Modified: CalendarServer/branches/users/glyph/contacts-server-merge/twistedcaldav/static.py
===================================================================
--- CalendarServer/branches/users/glyph/contacts-server-merge/twistedcaldav/static.py	2010-02-09 01:01:57 UTC (rev 5066)
+++ CalendarServer/branches/users/glyph/contacts-server-merge/twistedcaldav/static.py	2010-02-09 01:20:28 UTC (rev 5067)
@@ -1634,14 +1634,12 @@
                 if isinstance(read_privilege.children[0], davxml.Read):
                     read_description = all_supported_privilege.childOfType(davxml.Description)
                     read_supported_privileges = list(all_supported_privilege.childrenOfType(davxml.SupportedPrivilege))
-                    """ Calendar Server Only
                     read_supported_privileges.append(
                         davxml.SupportedPrivilege(
                             davxml.Privilege(caldavxml.ReadFreeBusy()),
                             davxml.Description("allow free busy report query", **{"xml:lang": "en"}),
-                        ),
+                        )
                     )
-                    """
                     all_supported_privileges.append(
                         davxml.SupportedPrivilege(read_privilege, read_description, *read_supported_privileges)
                     )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100208/0fc69811/attachment.html>


More information about the calendarserver-changes mailing list