Is there a way that we can use Google API (calenda...
# suitescript
r
Is there a way that we can use Google API (calendar specifically) in Suitescript? I know downloading SDK is an option but don’t think that works in Suitescript.
b
Not sure if natively but you can set up a Google Cloud Function endpoint and use it as a bridge.
r
Hey, @borncorp. Thanks for answering but would you mind elaborate more about that?
b
I made a whole post and video about it, check it out: https://ursuscode.com/netsuite-tips/getting-started-with-serverless-integrations/
Basically Google Cloud Functions are kinda like Suitelets, you can run them in Node and you have access to Google APIs within the Google Cloud Function and with it you can retrieve and pass the data to Netsuite.
👍 1
r
So technically it feel likes Google Cloud Functions is getting information from Google a calendar, and Suitescript will be making the call to the instance in Google Cloud Functions instead?