[CalendarServer-changes] [8465] CalDAVTester/trunk/Resource/CalDAV/sharing

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 16 10:59:57 PST 2011


Revision: 8465
          http://trac.macosforge.org/projects/calendarserver/changeset/8465
Author:   cdaboo at apple.com
Date:     2011-12-16 10:59:56 -0800 (Fri, 16 Dec 2011)
Log Message:
-----------
Test for supported-calendar-component-set in sharing invites.

Modified Paths:
--------------
    CalDAVTester/trunk/Resource/CalDAV/sharing/calendars/read-only/2.xml
    CalDAVTester/trunk/Resource/CalDAV/sharing/calendars/read-write/2.xml
    CalDAVTester/trunk/Resource/CalDAV/sharing/invites/new/2.xml
    CalDAVTester/trunk/Resource/CalDAV/sharing/invites/updatenew/2.xml
    CalDAVTester/trunk/Resource/CalDAV/sharing/notification-sync/13.xml
    CalDAVTester/trunk/Resource/CalDAV/sharing/notification-sync/6.xml
    CalDAVTester/trunk/Resource/CalDAV/sharing/peruser-properties/read-write/2.xml
    CalDAVTester/trunk/Resource/CalDAV/sharing/replies/accept/2.xml
    CalDAVTester/trunk/Resource/CalDAV/sharing/setup/2.xml

Modified: CalDAVTester/trunk/Resource/CalDAV/sharing/calendars/read-only/2.xml
===================================================================
--- CalDAVTester/trunk/Resource/CalDAV/sharing/calendars/read-only/2.xml	2011-12-16 03:44:33 UTC (rev 8464)
+++ CalDAVTester/trunk/Resource/CalDAV/sharing/calendars/read-only/2.xml	2011-12-16 18:59:56 UTC (rev 8465)
@@ -15,5 +15,8 @@
       <common-name>User 01</common-name>
     </organizer>
     <summary>My Shared Calendar</summary>
+    <supported-calendar-component-set xmlns='urn:ietf:params:xml:ns:caldav'>
+      <comp name="VEVENT" />
+    </supported-calendar-component-set>
   </invite-notification>
 </notification>

Modified: CalDAVTester/trunk/Resource/CalDAV/sharing/calendars/read-write/2.xml
===================================================================
--- CalDAVTester/trunk/Resource/CalDAV/sharing/calendars/read-write/2.xml	2011-12-16 03:44:33 UTC (rev 8464)
+++ CalDAVTester/trunk/Resource/CalDAV/sharing/calendars/read-write/2.xml	2011-12-16 18:59:56 UTC (rev 8465)
@@ -1,4 +1,5 @@
-<?xml version='1.0' encoding='UTF-8'?><notification xmlns='http://calendarserver.org/ns/'>
+<?xml version='1.0' encoding='UTF-8'?>
+<notification xmlns='http://calendarserver.org/ns/'>
   <dtstamp></dtstamp>
   <invite-notification shared-type='calendar'>
     <uid></uid>
@@ -15,5 +16,8 @@
       <common-name>User 01</common-name>
     </organizer>
     <summary>My Shared Calendar</summary>
+    <supported-calendar-component-set xmlns='urn:ietf:params:xml:ns:caldav'>
+      <comp name="VEVENT" />
+    </supported-calendar-component-set>
   </invite-notification>
 </notification>

Modified: CalDAVTester/trunk/Resource/CalDAV/sharing/invites/new/2.xml
===================================================================
--- CalDAVTester/trunk/Resource/CalDAV/sharing/invites/new/2.xml	2011-12-16 03:44:33 UTC (rev 8464)
+++ CalDAVTester/trunk/Resource/CalDAV/sharing/invites/new/2.xml	2011-12-16 18:59:56 UTC (rev 8465)
@@ -15,5 +15,8 @@
       <common-name>User 01</common-name>
     </organizer>
     <summary>My Shared Calendar</summary>
+    <supported-calendar-component-set xmlns='urn:ietf:params:xml:ns:caldav'>
+      <comp name="VEVENT" />
+    </supported-calendar-component-set>
   </invite-notification>
 </notification>

Modified: CalDAVTester/trunk/Resource/CalDAV/sharing/invites/updatenew/2.xml
===================================================================
--- CalDAVTester/trunk/Resource/CalDAV/sharing/invites/updatenew/2.xml	2011-12-16 03:44:33 UTC (rev 8464)
+++ CalDAVTester/trunk/Resource/CalDAV/sharing/invites/updatenew/2.xml	2011-12-16 18:59:56 UTC (rev 8465)
@@ -15,5 +15,8 @@
       <common-name>User 01</common-name>
     </organizer>
     <summary>My Shared Calendar</summary>
+    <supported-calendar-component-set xmlns='urn:ietf:params:xml:ns:caldav'>
+      <comp name="VEVENT" />
+    </supported-calendar-component-set>
   </invite-notification>
 </notification>

Modified: CalDAVTester/trunk/Resource/CalDAV/sharing/notification-sync/13.xml
===================================================================
--- CalDAVTester/trunk/Resource/CalDAV/sharing/notification-sync/13.xml	2011-12-16 03:44:33 UTC (rev 8464)
+++ CalDAVTester/trunk/Resource/CalDAV/sharing/notification-sync/13.xml	2011-12-16 18:59:56 UTC (rev 8465)
@@ -15,5 +15,8 @@
       <common-name>User 01</common-name>
     </organizer>
     <summary>My Shared Calendar</summary>
+    <supported-calendar-component-set xmlns='urn:ietf:params:xml:ns:caldav'>
+      <comp name="VEVENT" />
+    </supported-calendar-component-set>
   </invite-notification>
 </notification>

Modified: CalDAVTester/trunk/Resource/CalDAV/sharing/notification-sync/6.xml
===================================================================
--- CalDAVTester/trunk/Resource/CalDAV/sharing/notification-sync/6.xml	2011-12-16 03:44:33 UTC (rev 8464)
+++ CalDAVTester/trunk/Resource/CalDAV/sharing/notification-sync/6.xml	2011-12-16 18:59:56 UTC (rev 8465)
@@ -15,5 +15,8 @@
       <common-name>User 01</common-name>
     </organizer>
     <summary>My Shared Calendar</summary>
+    <supported-calendar-component-set xmlns='urn:ietf:params:xml:ns:caldav'>
+      <comp name="VEVENT" />
+    </supported-calendar-component-set>
   </invite-notification>
 </notification>

Modified: CalDAVTester/trunk/Resource/CalDAV/sharing/peruser-properties/read-write/2.xml
===================================================================
--- CalDAVTester/trunk/Resource/CalDAV/sharing/peruser-properties/read-write/2.xml	2011-12-16 03:44:33 UTC (rev 8464)
+++ CalDAVTester/trunk/Resource/CalDAV/sharing/peruser-properties/read-write/2.xml	2011-12-16 18:59:56 UTC (rev 8465)
@@ -15,5 +15,8 @@
       <common-name>User 01</common-name>
     </organizer>
     <summary>My Shared Calendar</summary>
+    <supported-calendar-component-set xmlns='urn:ietf:params:xml:ns:caldav'>
+      <comp name="VEVENT" />
+    </supported-calendar-component-set>
   </invite-notification>
 </notification>

Modified: CalDAVTester/trunk/Resource/CalDAV/sharing/replies/accept/2.xml
===================================================================
--- CalDAVTester/trunk/Resource/CalDAV/sharing/replies/accept/2.xml	2011-12-16 03:44:33 UTC (rev 8464)
+++ CalDAVTester/trunk/Resource/CalDAV/sharing/replies/accept/2.xml	2011-12-16 18:59:56 UTC (rev 8465)
@@ -15,5 +15,8 @@
       <common-name>User 01</common-name>
     </organizer>
     <summary>My Shared Calendar</summary>
+    <supported-calendar-component-set xmlns='urn:ietf:params:xml:ns:caldav'>
+      <comp name="VEVENT" />
+    </supported-calendar-component-set>
   </invite-notification>
 </notification>

Modified: CalDAVTester/trunk/Resource/CalDAV/sharing/setup/2.xml
===================================================================
--- CalDAVTester/trunk/Resource/CalDAV/sharing/setup/2.xml	2011-12-16 03:44:33 UTC (rev 8464)
+++ CalDAVTester/trunk/Resource/CalDAV/sharing/setup/2.xml	2011-12-16 18:59:56 UTC (rev 8465)
@@ -15,5 +15,8 @@
       <common-name>User 01</common-name>
     </organizer>
     <summary>My Shared Calendar</summary>
+    <supported-calendar-component-set xmlns='urn:ietf:params:xml:ns:caldav'>
+      <comp name="VEVENT" />
+    </supported-calendar-component-set>
   </invite-notification>
 </notification>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111216/a7bd035c/attachment.html>


More information about the calendarserver-changes mailing list