ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > FARR Plugins and Aliases

Google Calendar Quick Add - discontinued

(1/4) > >>

czb:
discontinued

vitalyb:
Very neat! Now if it was somehow possible to preview the date before finalizing the event. Quick add sometimes makes those funny mistakes.

czb:
Not real preview. But I could give option to delete created event if it is wrong... Is that ok?

vitalyb:
Yep. But try make it so it happens in the following flow:
1) User enters quick add
2) You get the created date and an option to approve/delete it
3) Go back to 1

czb:
Ok, so I have searched how to delete google calendar entry and found to use
xmlhttp.open("POST",del,false);
xmlhttp.setRequestHeader("X-HTTP-Method-Override", "DELETE");
xmlhttp.send();
--- End quote ---
or xmlhttp.open("DELETE",del,false);
--- End quote ---
But nothing of this works. There is an error: Access denied...
Does anybody knows how to make correct delete request using new ActiveXObject("Microsoft.XMLHTTP");?

Navigation

[0] Message Index

[#] Next page

Go to full version