Hello, I work about getting Calendar from Zimbra, but I have problem with field class in the <comp> element.
You have this field, but it doesn't documented in the soap-calendar.txt (commit time: 09.03.07 20.45). Piece of soap:
Code:
<comp uid='4fb0038a-c5a6-4d43-bef7-5c7fb5cc6afd...
class='PUB'...>
</comp> I should parse this filed and conver to ICal classvalue field
in rfc style:
classvalue = "PUBLIC" / "PRIVATE" / "CONFIDENTIAL" / iana-token
/ x-name
;Default is PUBLIC
How You determine PRIVATE and CONFIDENTIAL field?