-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3 #446
base: FORMS-API-GA-AppsScript-snippets-updates
Are you sure you want to change the base?
3 #446
Conversation
* Updates to Apps Script webapp for V1 GA * Updates for Forms API GA v1 Co-authored-by: Steve Bazyl <[email protected]>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Priyankarp24 <[email protected]>
Co-authored-by: soheilv <[email protected]>
Co-authored-by: Priyankarp24 <[email protected]>
* Update classroom.gs * Update region tags * Update target.js * Update adsense.gs Co-authored-by: Priyankarp24 <[email protected]>
The snippet in https://developers.google.com/apps-script/advanced/youtube contains this sample code, as a way to subscribe to the Goggle Developers Youtube channel. When run, the account is subscribed to an unexpected channel: - Current, wrong: https://www.youtube.com/channel/UC9gFih9rw0zNCK3ZtoKQQyA (JennaMarbles) - Expected, correct: https://www.youtube.com/channel/UC_x5XG1OV2P6uZZ5FSM9Ttw (Google Developers) This error exists since at least 5 years ago when 9kopb notified it, but was ignored: googleworkspace@499e650#r45916392
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Updating this sample to be republished as a library quickstart.
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
* Adds examples to People API advanced service * fix: Lint errors and replace for loop with find * fix: missing semi-colon * chore: more lint fixes * chore: more lint fixes Co-authored-by: Vinay Vyas <[email protected]>
* Google workspace rebranding from g suite * fix: Google workspace rebranding from g suite * Remove trailing space Co-authored-by: Vinay Vyas <[email protected]>
Sample uses `TOP` which is an invalid BQ function. Replace sample with query from https://cloud.google.com/bigquery/docs/sandbox.
…ers or multiple groups to Team Calendar (googleworkspace#390) * Added support for also adding indirect members or multiple groups * Fixed broken link
* Fix missing {} * Update Code.js * Update Code.js --------- Co-authored-by: Vinay Vyas <[email protected]>
Updates minor typo.
* Add files via upload Hello DevRel friends, Working with @gtondello, I'm uploading code samples for the upcoming Google Chat Advanced Service in Apps Script launch. These code samples pair with the following bugs and documentation changelists. * Updating chat.gs with sqrrrl's feedback * Update advanced/chat.gs Co-authored-by: Gustavo Tondello <[email protected]> * Fixing member >>> membership in chat.gs Fixing member >>> membership per Gustavo's feedback in googleworkspace#425 (comment). * Update advanced/chat.gs Co-authored-by: Gustavo Tondello <[email protected]> * Fixing linter errors in chat.gs Fixing the following linter errors: 1. On line 107, "Expected parentheses around arrow function argument". 2. On lines, 108, 109, and 110, " Expected indentation of 10 spaces but found 8". --------- Co-authored-by: Gustavo Tondello <[email protected]>
…orkspace#434) Updates the most recent version of the Vacation Calendar solution for Apps Script.
* Update drive.gs Advanced Drive Service samples * Update the samples to work with Drive API v3. * Set page token for list revisions * Update drive.gs Fixed commit issues * Update drive.gs --------- Co-authored-by: Steve Bazyl <[email protected]>
…space#437) * Sample for the AppSheet and Apps Script video tutorial * Added Calendar advanced service and updated function to add OOO event type. * Changed the blockOutCalendar function synce OOO events are new supported by the Calendar API. * Update Code.js * Update README.md * Update README.md --------- Co-authored-by: Pierrick Voulet <[email protected]>
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Here is the summary of possible violations 😱 There is a possible violation for not having product prefix.
The end of the violation section. All the stuff below is FYI purposes only. Here is the summary of changes. You are about to add 30 region tags.
You are about to delete 48 region tags.
This comment is generated by snippet-bot.
|
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.
Fixes # (issue)
Is it been tested?
Checklist