apps-script-samples
apps-script-samples copied to clipboard
Apps Script samples for Google Workspace products.
## Expected Behavior Seems like google script no longer has a `Calendar` class. Sample URL:https://github.com/gsuitedevs/apps-script-samples/blob/master/calendar/quickstart/quickstart.gs Description: ## Actual Behavior ## Steps to Reproduce the Problem 1. 1. 1.
# Summary No matter what Google doesn't connect with My SQL TODO Connect my sql databse with google sheet. I am trying my code as below but not able to...
tried other methods as well, but didn't worked out. the display function over the filtered screen also seems to be not working. function applyFilterConditionsAndColor(sheet) { var filterRange = sheet.getDataRange(); var...
# Description Corrected two typos in form and sheet headers. Additionally removed stray whitespace. ## Is it been tested? - [x] Development testing done ## Checklist - [x] My code...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 23.1 to 41. Release notes Sourced from tj-actions/changed-files's releases. v41 Changes in v41.0.1 What's Changed Upgraded to v41 by @tj-actions-bot in tj-actions/changed-files#1811 chore(deps): update dependency eslint-plugin-prettier to...
# Description Since the projectIDs within the `.clasp.json` files are not accessible outside Google, so I think this might be a possible way for people using clasp to upload these...
# Description Fix the paging examples to handle empty pages. The loop should only stop if nextPageToken is not provided in the response. Fixes # (issue) ## Is it been...
We have a Google Workspace add-on that operates via a sidebar, so we use homepageTrigger so that the user can open the sidebar from the right hand menu. This works...
# Summary The `.clasp.json` files contain the GAS project IDs only accessible inside Google. ([example](https://github.com/googleworkspace/apps-script-samples/blob/f8359813f6b0007eb11d7c51adde49bea4f4c978/solutions/automations/mail-merge/.clasp.json#L1)) However, people using clasp CLI to push to their GAS project ID will need to...