Hi all,
I've noticed that when I create a new appointment using SOAP method
saveAppointment, the notification is never sent. I'm using iCal
notifications and works perfect when I create and appointment using
UI. Any idea?
I call saveAppointment using the following parameters, and the event
is created without problems.
<ser:saveAppointment>
<ser:SID>d35dfd95cc25ee406d26d4f94b223c46</ser:SID>
<ser:appointmentName>Name</ser:appointmentName>
<ser:appointmentLocation>Place</ser:appointmentLocation>
<ser:appointmentDescription>Description</ser:appointmentDescription>
<ser:appointmentstart>2014-10-23T14:00:00</ser:appointmentstart>
<ser:appointmentend>2014-10-23T14:30:00</ser:appointmentend>
<ser:isDaily>false</ser:isDaily>
<ser:isWeekly>false</ser:isWeekly>
<ser:isMonthly>false</ser:isMonthly>
<ser:isYearly>false</ser:isYearly>
<ser:categoryId>1</ser:categoryId>
<ser:remind>3</ser:remind>
<ser:mmClient>'1,Cesar,Sandrigo,[email protected],3,Etc/GMT-3'</ser:mmClient>
<ser:roomType>1</ser:roomType>
<ser:languageId>8</ser:languageId>
<ser:isPasswordProtected>false</ser:isPasswordProtected>
<ser:password></ser:password>
<ser:roomId>50</ser:roomId>
</ser:saveAppointment>
Thanks!