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

Apps Script samples for Google Workspace products.

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

This pull request resolves TypeScript errors in the `forms-api` directory by adding JSDoc annotations, correcting type casting, and removing unhelpful `try/catch` blocks. It also improves code clarity by using `response.getContentText()`...

javascript

This PR refactors the advanced service checks in the `classroom` directory to be more concise and robust, using a simplified check for the top-level `Classroom` object and its `Courses` property....

javascript

Resolved TypeScript errors in the templates directory by adding JSDoc annotations and making minor code adjustments. Added `@ts-nocheck` to files in `sheets-import` to bypass type checking for now. --- *PR...

javascript

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.5 to 5.4.21. Release notes Sourced from vite's releases. v5.4.21 Please refer to CHANGELOG.md for details. v5.4.20 Please refer to CHANGELOG.md for details. v5.4.19 Please refer to...

dependencies
javascript

Removes [tmp](https://github.com/raszi/node-tmp). It's no longer used after updating ancestor dependency [inquirer](https://github.com/SBoudrias/Inquirer.js). These dependencies need to be updated together. Removes `tmp` Updates `inquirer` from 8.2.6 to 8.2.7 Commits 9c5259a Publish e26d213...

dependencies
javascript

# 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

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

Been doing this for a while, instead of relying on the keyword list (sometimes people are creative with the out of office events) for the shared calendar, and relying on...

# 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

Enhance the login authentication flow to replace static PINs with an OTP-based secure system for Apps Script web apps. Requirements: - Add a 'Generate OTP' button below the OTP input...