[CalendarServer-changes] [12533] CalendarServer/trunk/txdav/who/xml.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:24:48 PDT 2014


Revision: 12533
          http://trac.calendarserver.org//changeset/12533
Author:   wsanchez at apple.com
Date:     2014-01-31 18:00:08 -0800 (Fri, 31 Jan 2014)
Log Message:
-----------
doc

Modified Paths:
--------------
    CalendarServer/trunk/txdav/who/xml.py

Modified: CalendarServer/trunk/txdav/who/xml.py
===================================================================
--- CalendarServer/trunk/txdav/who/xml.py	2014-02-01 01:48:51 UTC (rev 12532)
+++ CalendarServer/trunk/txdav/who/xml.py	2014-02-01 02:00:08 UTC (rev 12533)
@@ -20,6 +20,21 @@
 
 """
 Calendar and contacts directory extentions to L{twext.who.xml}.
+
+Example:
+
+    <directory realm="Test Realm">
+      <record type="location">
+        <uid>__wsanchez_office__</uid>
+        <short-name>Wilfredo Sanchez' Office</short-name>
+        <service-node>Node B</service-node> <!-- unicode -->
+        <auto-accept-group>__wsanchez_staff__</auto-accept-group> <!-- UID of group -->
+        <login-allowed><true /></login-allowed>
+        <has-calendars><true /></has-calendars>
+        <has-contacts><true /></has-contacts>
+        <auto-schedule-mode><accept-if-free-decline-if-busy /></auto-schedule-mode>
+      </record>
+    </directory>
 """
 
 __all__ = [
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/f1225648/attachment.html>


More information about the calendarserver-changes mailing list