[CalendarServer-dev] [Calendar and Contacts Server] #371: better parsing of returned properties would help

Calendar and Contacts Server trac at macosforge.org
Mon Mar 29 10:49:39 PDT 2010


#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$&lt;href
 xmlns="DAV:"&gt;$calendarpath1:&lt;/href&gt;</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


More information about the calendarserver-dev mailing list