Google calendar Modifying events

Hi guys is there a way to Modifying events with the Google Calendar API in node red. or do I have to add this coda this guy show's here.. in the video?https://www.youtube.com/watch?v=Qd64idiKZWw&feature=youtu.be

And we're about do I add his code
Thanks guys :grinning: love node red

Have a look at the existing google nodes to see if they do what you want. If not, you might suggest some amendments and even provide a Pull Request with updated code.

I note that the example code in the video is Python based whereas Node-RED is JavaScript based so you would either have to translate - probably not that hard - or find an appropriate JavaScript example.

Did you try https://flows.nodered.org/node/node-red-contrib-google?
Operation events.update looks like the one you are after.