#371: better parsing of returned properties would help ----------------------------+----------------------------------------------- Reporter: douglm@… | Owner: cdaboo@… Type: Defect | Status: new Priority: 5: Not set | Milestone: Component: CalDAV Tester | Severity: Other Keywords: | ----------------------------+----------------------------------------------- Comment(by douglm@…): Alternatively using propfindValues as the verifier might be enough. In CalDAV/implicitdefaultcalendar.xml, suite 1, test 1 I changed {{{ <callback>propfindItems</callback> <arg> <name>okprops</name> <value>urn:ietf:params:xml:ns:caldavschedule-default-calendar-URL$<href xmlns="DAV:">$calendarpath1:</href></value> </arg> }}} to {{{ <callback>propfindValues</callback> <arg> <name>okprops</name> <value><![CDATA[schedule- default-calendar-URL.*<href.*]]>$calendarpath1:</value> </arg> }}} -- Ticket URL: <http://trac.calendarserver.org/ticket/371#comment:1> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server