apps-script-samples
apps-script-samples copied to clipboard
Apps Script samples for Google Workspace products.
# Summary From yesterday, I have started to get the error "TypeError: Cannot read properties of undefined (reading 'toLowerCase')" after using the script with success for a year or so....
# Description The sample misses common UK keywords 'holiday', 'time off' and 'annual leave' Fixes # (issue) ## Is it been tested? - [x] Development testing done ## Checklist -...
# Summary SENDING AUTOMATIC EMAILS I HAVE TO CLICK ON THREE POINTS WITH THE REFERENCE "SHOW TRIMMED CONTENT" TO SEE ALL THE E MAIL ## Expected Behavior Sample URL: Description:...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...
Hey, I would appreciate some examples of using filters in https://github.com/googleworkspace/apps-script-samples/blob/main/advanced/analyticsData.gs
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
How can I send GA4 events from apps-script? I tried to call it like that, but got an error. How can I make this work? [![enter image description here][1]][1] [1]:...
Failed to validate the config schema at '.github/sync-repo-settings.yaml': [ { "instancePath": "/permissionRules/1/permission", "schemaPath": "#/properties/permissionRules/items/properties/permission/enum", "keyword": "enum", "params": { "allowedValues": [ "pull", "push", "admin" ] }, "message": "must be equal to...
# Summary On "apps-script-samples/people/quickstart/quickstart.gs" ,if a "person" have no "names" cause error. so I want to add this conditional expression. if (person.names && person.names.length === 0) { console.log('No display name...