Hello, I don't find how I can set and get decription field through soap.
Code:
<m xmlns="urn:zimbraMail">
<su>eeeeeee</su>
<inv>
<comp fb="F" fba="F" allDay="true" name="eeeeeee" class="PUB" priority="5" transp="O">
<s d="20080313"/>
<e d="20080313"/>
<desc>wwwwwww</desc>
</comp>
</inv>
</m> It's part of appointment request for create, but this request doesn't set description field in the zimbra... What I do wrong? May be I should use another tags?