1 Summary: Fix handling of schedule-calendar-transparent response
3 CreatedBy: Andrew McMillan <andrew@morphoss.com>
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 <urn:ietf:params:xml:ns:caldav:opaque/>
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
18 Content-Type: text/xml
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/">
26 <x2:calendar-description/>
29 <x2:supported-calendar-component-set/>
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/>