[CalendarServer-changes] [7433] CalDAVClientLibrary/trunk/src/protocol/caldav/definitions/caldavxml. py

source_changes at macosforge.org source_changes at macosforge.org
Thu May 12 08:27:51 PDT 2011


Revision: 7433
          http://trac.macosforge.org/projects/calendarserver/changeset/7433
Author:   exarkun at twistedmatrix.com
Date:     2011-05-12 08:27:50 -0700 (Thu, 12 May 2011)
Log Message:
-----------
Define the schedule-tag element

Modified Paths:
--------------
    CalDAVClientLibrary/trunk/src/protocol/caldav/definitions/caldavxml.py

Modified: CalDAVClientLibrary/trunk/src/protocol/caldav/definitions/caldavxml.py
===================================================================
--- CalDAVClientLibrary/trunk/src/protocol/caldav/definitions/caldavxml.py	2011-05-12 03:39:30 UTC (rev 7432)
+++ CalDAVClientLibrary/trunk/src/protocol/caldav/definitions/caldavxml.py	2011-05-12 15:27:50 UTC (rev 7433)
@@ -67,6 +67,7 @@
 recipient                 = QName(CalDAVNamespace, "recipient")
 schedule                  = QName(CalDAVNamespace, "schedule")
 
+schedule_tag              = QName(CalDAVNamespace, "schedule-tag")
 schedule_inbox            = QName(CalDAVNamespace, "schedule-inbox")
 schedule_inbox_URL        = QName(CalDAVNamespace, "schedule-inbox-URL")
 schedule_outbox           = QName(CalDAVNamespace, "schedule-outbox")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110512/d6954163/attachment.html>


More information about the calendarserver-changes mailing list