Fix deprecated warning.
[davical.git] / issues / i_ae4b9fa2.cil
blobb4c1b353dba5ff1b463b3814800721a4f38b6798
1 Summary: Fix handling of schedule-calendar-transparent response
2 Status: New
3 CreatedBy: Andrew McMillan <andrew@morphoss.com>
4 AssignedTo: 
5 Inserted: 2010-11-28T09:50:55
6 Updated: 2010-11-28T09:50:55
8 I'm seeing this in the query response to iOS4.2 on an iPhone:
10     <C1:schedule-calendar-transp>
11  &lt;urn:ietf:params:xml:ns:caldav:opaque/&gt;
12 </C1:schedule-calendar-transp>
14 which doesn't look pretty.  The incoming request looks like:
16 User-Agent: DAVKit/5.0 (767); iCalendar/5.0 (79); iPhone/4.2.1 8C148
17 Depth: 1
18 Content-Type: text/xml
19 Content-Length: 785
21 <?xml version="1.0" encoding="utf-8"?>
22 <x0:propfind xmlns:x0="DAV:" xmlns:x1="http://calendarserver.org/ns/" xmlns:x2="urn:ietf:params:xml:ns:caldav" xmlns:x3="http://apple.com/ns/ical/">
23  <x0:prop>
24   <x1:getctag/>
25   <x0:displayname/>
26   <x2:calendar-description/>
27   <x3:calendar-color/>
28   <x3:calendar-order/>
29   <x2:supported-calendar-component-set/>
30   <x0:resourcetype/>
31   <x2:calendar-free-busy-set/>
32   <x2:schedule-calendar-transp/>
33   <x2:schedule-default-calendar-URL/>
34   <x0:quota-available-bytes/>
35   <x0:quota-used-bytes/>
36   <x2:calendar-timezone/>
37   <x0:current-user-privilege-set/>
38   <x1:subscribed-strip-todos/>
39   <x1:subscribed-strip-alarms/>
40   <x1:subscribed-strip-attachments/>
41   <x1:source/>
42   <x1:pushkey/>
43   <x1:push-transports/>
44   <x0:owner/>
45  </x0:prop>
46 </x0:propfind>