Relative Content

Tag Archive for google-apps-script

Google App script not getting changes made

I have deployed a new version of my app, in the new version some code have been commented e some changes were made, after saving and deploying (new dwployment), executing my app still use the previous version of my .gs script .

Only add All-Day OOO events in Google App Script Vacation Calendar

I am trying to use the vacation calendar app script but I only want to include all-day events, regardless of whether people are using a default event or an OOO event. There is a similar question here but this answer only works for default events and all OOO-type events are being filtered out

Issues Publishing and Versioning Google Apps Script Library

I’m working with Google Apps Script and trying to set up a library that I can use across different projects. I’ve successfully published the library and can connect to it from other scripts, but I’m encountering a couple of issues: