View Single Post
  #1 (permalink)  
Old 10-03-2005, 06:17 PM
arozell arozell is offline
New Member
 
Posts: 4
Default delete appointment error

Sry.. not sure where your bugzilla is to put this for the developers to work on

I created an apt in the calendar, when I saved it the invite list had a bad email recipient. It told me the message was not sent and it did save the apt in my calendar..that part is ok ... When I tried to delete the apt, I got the following report:

msg - invalid request: Specified Invite ID 261-260 is not the Default Invite for appt 261
code - service.INVALID_REQUEST
method - ZmCsfeCommand.invoke
detail - soap:Sender
constructor -
function ZmCsfeException(msg, code, method, detail) {
if (arguments.length == 0) {
return;
}
AjxException.call(this, msg, code, method, detail);
}

toString -
function () {
return "ZmCsfeException";
}

dump -
function () {
return "AjxException: msg=" + this.msg + " code=" + this.code + " method=" + this.method + " detail=" + this.detail;
}
Reply With Quote