Relative Content

Tag Archive for google-apps-scriptgoogle-workspace

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.

Disappearing Rows When Moving on Checked in Appscript

I recently found some code someone posted on their website which moves items back and forth between sheets depending on if one of the columns in the row is checked or not. I just changed a couple of things, like the reference to the checked column and the number of columns.