[CalendarServer-changes] [8631] CalendarServer/trunk/doc/Extensions

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 7 13:05:58 PST 2012


Revision: 8631
          http://trac.macosforge.org/projects/calendarserver/changeset/8631
Author:   cdaboo at apple.com
Date:     2012-02-07 13:05:56 -0800 (Tue, 07 Feb 2012)
Log Message:
-----------
Fix typo in examples.

Modified Paths:
--------------
    CalendarServer/trunk/doc/Extensions/caldav-notifications.txt
    CalendarServer/trunk/doc/Extensions/caldav-notifications.xml

Modified: CalendarServer/trunk/doc/Extensions/caldav-notifications.txt
===================================================================
--- CalendarServer/trunk/doc/Extensions/caldav-notifications.txt	2012-02-07 20:57:32 UTC (rev 8630)
+++ CalendarServer/trunk/doc/Extensions/caldav-notifications.txt	2012-02-07 21:05:56 UTC (rev 8631)
@@ -627,7 +627,7 @@
    <CS:notification xmlns:D="DAV:"
                     xmlns:CS="http://calendarserver.org/ns/">
      <CS:dtstamp>2011-12-09T11:51:14-05:00</CS:dtstamp>
-     <CS:resource-changed>
+     <CS:resource-change>
        <CS:created>
          <D:href>http://example.com/cyrus/calendar/new.ics</D:href>
          <CS:changed-by>
@@ -660,7 +660,7 @@
            <D:href>/principals/cyrusdaboo</D:href>
          </CS:changed-by>
        </CS:deleted>
-     </CS:resource-changed>
+     </CS:resource-change>
    </CS:notification>
 
 
@@ -682,14 +682,14 @@
    <CS:notification xmlns:D="DAV:"
                     xmlns:CS="http://calendarserver.org/ns/">
      <CS:dtstamp>2011-12-09T11:51:14-05:00</CS:dtstamp>
-     <CS:resource-changed>
+     <CS:resource-change>
        <CS:collection-changes>
          <D:href>http://example.com/cyrus/calendar/</D:href>
          <CS:child-created>1</CS:child-created>
          <CS:child-updated>2</CS:child-updated>
          <CS:child-deleted>1</CS:child-deleted>
        </CS:collection-changes>
-     </CS:resource-changed>
+     </CS:resource-change>
    </CS:notification>
 
 5.3.2.  CS:calendar-changes Element Definition

Modified: CalendarServer/trunk/doc/Extensions/caldav-notifications.xml
===================================================================
--- CalendarServer/trunk/doc/Extensions/caldav-notifications.xml	2012-02-07 20:57:32 UTC (rev 8630)
+++ CalendarServer/trunk/doc/Extensions/caldav-notifications.xml	2012-02-07 21:05:56 UTC (rev 8631)
@@ -359,7 +359,7 @@
 <CS:notification xmlns:D="DAV:"
                  xmlns:CS="http://calendarserver.org/ns/">
   <CS:dtstamp>2011-12-09T11:51:14-05:00</CS:dtstamp>
-  <CS:resource-changed>
+  <CS:resource-change>
     <CS:created>
       <D:href>http://example.com/cyrus/calendar/new.ics</D:href>
       <CS:changed-by>
@@ -392,7 +392,7 @@
         <D:href>/principals/cyrusdaboo</D:href>
       </CS:changed-by>
     </CS:deleted>
-  </CS:resource-changed>
+  </CS:resource-change>
 </CS:notification>]]></artwork>
                           </figure>
                         </t>
@@ -403,14 +403,14 @@
 <CS:notification xmlns:D="DAV:"
                  xmlns:CS="http://calendarserver.org/ns/">
   <CS:dtstamp>2011-12-09T11:51:14-05:00</CS:dtstamp>
-  <CS:resource-changed>
+  <CS:resource-change>
     <CS:collection-changes>
       <D:href>http://example.com/cyrus/calendar/</D:href>
       <CS:child-created>1</CS:child-created>
       <CS:child-updated>2</CS:child-updated>
       <CS:child-deleted>1</CS:child-deleted>
     </CS:collection-changes>
-  </CS:resource-changed>
+  </CS:resource-change>
 </CS:notification>]]></artwork>
                           </figure>
                         </t>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120207/5706a79b/attachment.html>


More information about the calendarserver-changes mailing list