[CalendarServer-changes] [8466] CalendarServer/trunk/twistedcaldav/sharing.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 16 11:13:15 PST 2011


Revision: 8466
          http://trac.macosforge.org/projects/calendarserver/changeset/8466
Author:   cdaboo at apple.com
Date:     2011-12-16 11:13:15 -0800 (Fri, 16 Dec 2011)
Log Message:
-----------
Advertise supported-calendar-component-set in sharing invites.

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

Modified: CalendarServer/trunk/twistedcaldav/sharing.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/sharing.py	2011-12-16 18:59:56 UTC (rev 8465)
+++ CalendarServer/trunk/twistedcaldav/sharing.py	2011-12-16 19:13:15 UTC (rev 8466)
@@ -589,6 +589,7 @@
                     customxml.CommonName.fromString(ownerCN),
                 ),
                 customxml.InviteSummary.fromString(record.summary),
+                self.getSupportedComponentSet() if self.isCalendarCollection() else None,
                 **typeAttr
             ),
         ).toxml()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111216/f62b2f00/attachment-0001.html>


More information about the calendarserver-changes mailing list