I have been worked out Creating Appointments from my Application to Zimbra by using Zimbra SOAP API.
Then i want's to Accept / Decline / Tentative zimbra appointments from my application itself. So that should get update in Zimbra calander.
Here i tried SendInviteReplyRequest Command from Zimbramail Services to send the Appointment accepted invitation.
My Code :
<SendInviteReplyRequest id="{mail-item-id}"
I have found that we have to give
id={mail-item-id}
as an attributes of SendInviteReplyRequest command. But i don't know where should i get this id={mail-item-id} from Zimbra ?
Thanks in advance