[CalendarServer-changes] [13763] CalendarServer/trunk/twistedcaldav/scheduling_store/caldav/resource .py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jul 16 09:07:55 PDT 2014


Revision: 13763
          http://trac.calendarserver.org//changeset/13763
Author:   cdaboo at apple.com
Date:     2014-07-16 09:07:54 -0700 (Wed, 16 Jul 2014)
Log Message:
-----------
Make sure availability property is reported as live if it exists.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/scheduling_store/caldav/resource.py

Modified: CalendarServer/trunk/twistedcaldav/scheduling_store/caldav/resource.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/scheduling_store/caldav/resource.py	2014-07-16 02:27:00 UTC (rev 13762)
+++ CalendarServer/trunk/twistedcaldav/scheduling_store/caldav/resource.py	2014-07-16 16:07:54 UTC (rev 13763)
@@ -149,6 +149,11 @@
         )
 
 
+    def dynamicProperties(self):
+        return super(ScheduleInboxResource, self).dynamicProperties() + (
+            customxml.CalendarAvailability.qname(),
+        )
+
     def resourceType(self):
         return davxml.ResourceType.scheduleInbox
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140716/46a66f13/attachment.html>


More information about the calendarserver-changes mailing list