Use Google Sheets API

Hi,
I just read the conversation “Use Google Calendar API” on the forum : https://forum.xojo.com/11722-use-google-calendar-api/0
and wondered if the .xojo_binary_project or similar was in development or has the capability currently to edit google sheets. I would like to modify data on a google sheet from a xojo compiled program which I have managed to do with VB.NET using the google sheets API. I noticed the Chilkat plugins have the google access capability (similar to the .xojo_binary_project??) but nothing for editing sheets. If anyone has any suggestions for achieving my goal please offer them.
thanks,
Matt

See the REST API reference of Google:
https://developers.google.com/sheets/api/reference/rest/

As it is a REST API, you definitely can create and write to Google sheets with any Xojo application, be it desktop, iOS or web.

Just use an HTTPSocket
http://developer.xojo.com/xojo-net-httpsocket

And maybe this:
http://developer.xojo.com/webinar-accessing-3rd-party-web-services