How to update an event in Google Calendar using javascript?
问题 I need to update the name of some Google Calendar events, once I get them through JavaScript. I only have the sample code which Google shows in their Google Developer site, and I cannot find a Google Calendar API methods list to use them in JavaScript. I only see REST requests in the API Reference. Sorry my english, thanks. 回答1: You have to perform an HTTP (PUT) Request. This could maybe done be done with AJAX or jQuery.ajax(): jQuery.ajax: //This is the event data you got, with the changed