[CalendarServer-changes] [207] CalendarServer/trunk/twistedcaldav/customxml.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 26 14:39:05 PDT 2006


Revision: 207
          http://trac.macosforge.org/projects/collaboration/changeset/207
Author:   wsanchez at apple.com
Date:     2006-09-26 14:39:04 -0700 (Tue, 26 Sep 2006)

Log Message:
-----------
Hide custom props

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

Modified: CalendarServer/trunk/twistedcaldav/customxml.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/customxml.py	2006-09-26 21:25:29 UTC (rev 206)
+++ CalendarServer/trunk/twistedcaldav/customxml.py	2006-09-26 21:39:04 UTC (rev 207)
@@ -35,6 +35,7 @@
     """
     namespace = twisted_dav_namespace
     name = "guid"
+    hidden = True
 
     def getValue(self):
         return str(self)
@@ -47,6 +48,7 @@
     """
     namespace = twisted_dav_namespace
     name = "last-modified"
+    hidden = True
 
     def getValue(self):
         return str(self)
@@ -59,6 +61,7 @@
     """
     namespace = twisted_dav_namespace
     name = "calendar-principal-uri"
+    hidden = True
 
     def getValue(self):
         return str(self)
@@ -71,6 +74,7 @@
     """
     namespace = twisted_dav_namespace
     name = "group-member-guids"
+    hidden = True
 
     allowed_children = { (twisted_dav_namespace, "guid"): (0, None) }
 
@@ -82,6 +86,6 @@
     """
     namespace = twisted_dav_namespace
     name = "schedule-auto-respond"
+    hidden = True
 
 parser.registerElement(TwistedScheduleAutoRespond)
-

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


More information about the calendarserver-changes mailing list