View Single Post
  #3 (permalink)  
Old 10-04-2005, 06:06 AM
arozell arozell is offline
New Member
 
Posts: 4
Default Delete appt - continuation error

as a result of the error above... the problem continues... The appointment created above appears in my calendar.. Yet if I try to modify it, I get the
following error report :

msg - no such appointment: 261
code - mail.NO_SUCH_APPT
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;
}

Looks like the apt entry may "half exist". Enough to show in my calendar UI, but not enough to modify it ... Hope this helps... Also if this is not the right place to post beta bugs.. please let me know where u want them! thanks
for all the great work!
Reply With Quote