apps-script-samples icon indicating copy to clipboard operation
apps-script-samples copied to clipboard

Apps Script samples for Google Workspace products.

Results 109 apps-script-samples issues
Sort by recently updated
recently updated
newest added

Workspace DevRel- can you help me confirm the checklists? # Description Update code work with additional URL formats including: youtu.be (https://www.youtu.be/) and new shorts URL format (https://www.youtube.com/shorts/). Fixes # (issue)...

javascript

# Summary TimeZone settings (& other attributes/dependencies) for some of the sub-packages or sub-modules for the apps-script-samples does not load properly due to improperly names manifest files. `operating-system@build-machine:~/Documents$ find ....

# Summary TimeZone settings (& other attributes/dependencies) for some of the sub-packages or sub-modules for the apps-script-samples does not load properly due to improperly named manifest files. `operating-system@build-machine:~/Documents$ find ....

Can any help with integrating FedEx tracking api into sheets with all scripts?

# Summary I use the script provided [here](https://github.com/googleworkspace/apps-script-samples/blob/main/solutions/automations/vacation-calendar/Code.js) (slightly adapted) to import events from one calendar to another. This works mostly perfectly fine, thank you! But in some cases I...

# Summary Example script is empty. Only shows empty default myFunction in code.gs/code.js Sample URL: https://github.com/googleworkspace/apps-script-samples/blob/main/solutions/automations/employee-certificate/Code.js ## Steps to Reproduce the Problem 1. Open above url to see blank script

# Summary ``` function listTasks(taskListId) { try { // List the task items of specified tasklist using taskList id. const tasks = Tasks.Tasks.list(taskListId); // Tasks.Tasks.list({tasklist: tasklistId, showCompleted: true, completedMin: '1970-01-01T00:00:00Z'});...

# Summary The [link](https://chrome.google.com/webstore/detail/date-add-and-subtract/mhdmhddjinipgjhpicaidhpimlmgnflb) in the README file of `sheets/dateAddAndSubtract` that should lead to an installation page of this add-on is dead (Error 404). ## Expected Behavior Clicking on the...

# 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....

javascript