[CalendarServer-changes] [11508] CalDAVTester/trunk/Resource/CardDAV/vreports/searchquery

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 12 14:49:32 PDT 2013


Revision: 11508
          http://trac.calendarserver.org//changeset/11508
Author:   gaya at apple.com
Date:     2013-07-12 14:49:32 -0700 (Fri, 12 Jul 2013)
Log Message:
-----------
add resources used by CalDAV/reports.xml when <feature>directory-gateway</feature> is true

Added Paths:
-----------
    CalDAVTester/trunk/Resource/CardDAV/vreports/searchquery/17.xml
    CalDAVTester/trunk/Resource/CardDAV/vreports/searchquery/18.xml

Added: CalDAVTester/trunk/Resource/CardDAV/vreports/searchquery/17.xml
===================================================================
--- CalDAVTester/trunk/Resource/CardDAV/vreports/searchquery/17.xml	                        (rev 0)
+++ CalDAVTester/trunk/Resource/CardDAV/vreports/searchquery/17.xml	2013-07-12 21:49:32 UTC (rev 11508)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8" ?>
+   <C:addressbook-query xmlns:D="DAV:"
+                     xmlns:C="urn:ietf:params:xml:ns:carddav">
+     <D:prop>
+       <D:getetag/>
+       <C:address-data>
+         <C:prop name="VERSION"/>
+         <C:prop name="UID"/>
+         <C:prop name="NICKNAME"/>
+         <C:prop name="EMAIL"/>
+         <C:prop name="FN"/>
+       </C:address-data>
+     </D:prop>
+     <C:filter test="allof">
+       <C:prop-filter name="KIND" test="anyof">
+         <C:text-match collation="i;unicode-casemap"
+                       match-type="equals"
+         >individual</C:text-match>
+         <C:is-not-defined/>
+       </C:prop-filter>
+       <C:prop-filter name="FN" test="anyof">
+         <C:text-match collation="i;unicode-casemap"
+                       match-type="contains"
+         >03</C:text-match>
+       </C:prop-filter>
+      </C:filter>
+   </C:addressbook-query>
\ No newline at end of file

Added: CalDAVTester/trunk/Resource/CardDAV/vreports/searchquery/18.xml
===================================================================
--- CalDAVTester/trunk/Resource/CardDAV/vreports/searchquery/18.xml	                        (rev 0)
+++ CalDAVTester/trunk/Resource/CardDAV/vreports/searchquery/18.xml	2013-07-12 21:49:32 UTC (rev 11508)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8" ?>
+   <C:addressbook-query xmlns:D="DAV:"
+                     xmlns:C="urn:ietf:params:xml:ns:carddav">
+     <D:prop>
+       <D:getetag/>
+       <C:address-data>
+         <C:prop name="VERSION"/>
+         <C:prop name="UID"/>
+         <C:prop name="NICKNAME"/>
+         <C:prop name="EMAIL"/>
+         <C:prop name="FN"/>
+       </C:address-data>
+     </D:prop>
+     <C:filter test="allof">
+       <C:prop-filter name="KIND" test="anyof">
+         <C:text-match collation="i;unicode-casemap"
+                       match-type="equals"
+         >individual</C:text-match>
+         <C:is-not-defined/>
+       </C:prop-filter>
+       <C:prop-filter name="FN" test="anyof">
+         <C:text-match collation="i;unicode-casemap"
+                       match-type="contains"
+         >03</C:text-match>
+       </C:prop-filter>
+      </C:filter>
+   </C:addressbook-query>
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130712/1bcb4718/attachment.html>


More information about the calendarserver-changes mailing list