xml - How to modify appointment with soap api in zimbra? -
im trying modify simple zimbra event though it's soap api, zimbra documentation not tell basic data required. i'm lost :[
actually im sending request body, , service.parse_error
doesn't ...
<modifyappointmentrequest id="1192-1191" ms="2616" rev="2616" comp="0"> <m su="test subject" l="10"> <e a="mail@mail.com" t="f" p="test user"/> <inv uid="_the_uid_" type="appt"> <comp name="test subject" loc="my location" allday="0" status="conf" fb="b" class="pub" transp="o" draft="1"> <at role="req" ptst="ac" rsvp="0" a="mail@mail.com" d="mail@mail.com"/> <s d="20160413t160000" tz="europe/paris"/> <e d="20160413t170000" tz="europe/paris"/> <or a="mail@mail.com" d="test user"/> </comp> </inv> </m> </modifyappointmentrequest>
this request based on zimbra web ajax request sent json when modify event.
what forget ? can me ?
please change
<e a="mail@mail.com" t="f" p="test user"/>
into
<e a="mail@mail.com" t="t" p="test user"/>
i've tried , it's working.
Comments
Post a Comment