Hi,
I would like to send DELETE request to google calendar but nothing of
this works:
xmlhttp.open("P OST",del,false) ;
xmlhttp.setRequ estHeader("X-HTTP-Method-Override", "DELETE");
xmlhttp.send();
or
xmlhttp.open("D ELETE",del,fals e);
xmlhttp.send();
MSE debugger displays error: Access denied to both of the solutions..
is there any way how to solve it?
Thanks
I would like to send DELETE request to google calendar but nothing of
this works:
xmlhttp.open("P OST",del,false) ;
xmlhttp.setRequ estHeader("X-HTTP-Method-Override", "DELETE");
xmlhttp.send();
or
xmlhttp.open("D ELETE",del,fals e);
xmlhttp.send();
MSE debugger displays error: Access denied to both of the solutions..
is there any way how to solve it?
Thanks
Comment