Relative Content

Tag Archive for google-apps-scriptgoogle-workspace

Legend Label Google AppScript

I am working on filtering a google sheet for data and creating time series charts off of it with each athlete as a different series on the graph. The graph is being created properly but I cannot figure out how to set the legend labels on the graph using the built in functions.

Server Error in Google AppsScript when trying to use LockService functions

I have a Looker Studio custom connector written in Google AppsScript. In the connector, I am using the LockService’s tryLock(), hasLock(), and releaseLock() functions to prevent concurrent execution of a section of code. Most of the time it works fine, but sometimes I get an error like this:

myTime script not detailing each individual event of a reoccuring event

I have installed the myTime script to detail the events on the Google Calendar. I will have multiple reoccuring events that need to be detailed individually. At the moment, the myTime script will only detail one event of the infinite reoccuring events. How can I change the script in order for it to detail each events as a seperate row of data?

Can’t update signature in gmail compose box via add on

I have created a gmail addon which gives user a quote of the day as signature.Addon shows a list of quotes and each quote has a toggle button below it. Use can toggle the button if he doesn’t not want the quote say for today to appear in compose box.But the problem is if user turnoff toggle for quote say for today then in compose box the signature still appears and I have to manually refresht he gmail tab to reflect the changes.