[SOLVED] Soap + Appointment + desc / descHtml Hello All,
I'm trying to use CreateAppointmentRequest to create an appointment thought SOAP interface according to soap.txt and soap-caledar.txt.
When I create appointment, it is shown on Zimbra, but I can't see the description (and I can't get what the use of url parameter)
Does anyone had this work ? See where is my mistake ?
thanks in advance
here is part of my request :
<inv method="REQUEST" type="event"
fb="B"
transp="O"
status="TENT"
allDay="0"
name="Test Zimbra 2"
loc="somewhere"
isOrg="1"
url="http://192.168.1.1/test.php?id=123"
noBlob="1"
l="19" >
<s d= "'.$datestart.'Z"/>
<e d= "'.$dateend.'Z" />
<descHtml>
Test
</descHtml>
<desc>
Test
</desc>
</inv>
and in SOAP response I can see : <desc/> and no trace of any descHtml feature |