All Questions
5 questions
0
votes
2
answers
555
views
Call POST request via Hangouts API from Google Scripts console
I've created a bot via Hangouts API and now would like to send a POST request to Google Calendar API (Freebusy: query) via Google Scripts console:
function testPOST() {
const url = "https://...
0
votes
1
answer
51
views
Editing the "video link" of a Google Calendar invitation
I'm currently using AppScripts to create a Calendar Invitation via Sheets. However, I can't see to find how I can change the HangoutID (Video Link) object field. It currently seems to default to the ...
-1
votes
1
answer
2k
views
is there a way to get video call link from google calendar with google apps script?
I'm developing google script that uses google apps services and calendar api.
Is there a way to get the video call id from CalendarEvent object?