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
borncorp
10/23/2022, 8:32 PM
Not sure if natively but you can set up a Google Cloud Function endpoint and use it as a bridge.
r
Richard Liu
10/23/2022, 10:28 PM
Hey, @borncorp. Thanks for answering but would you mind elaborate more about that?
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
Richard Liu
10/25/2022, 6:10 PM
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?