Skip to content
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

Open
wants to merge 100 commits into
base: FORMS-API-GA-AppsScript-snippets-updates
Choose a base branch
from

Conversation

Iben1993
Copy link

@Iben1993 Iben1993 commented Mar 23, 2024

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?

  • Development testing done

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have performed a peer-reviewed with team member(s)
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

cschalk-goog and others added 30 commits March 15, 2022 15:10
* Updates to Apps Script webapp for V1 GA

* Updates for Forms API GA v1

Co-authored-by: Steve Bazyl <sbazyl@google.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Priyankarp24 <savat@google.com>
Co-authored-by: soheilv <soheilv@google.com>
Co-authored-by: Priyankarp24 <savat@google.com>
* Update classroom.gs

* Update region tags

* Update target.js

* Update adsense.gs

Co-authored-by: Priyankarp24 <savat@google.com>
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>
kar320 and others added 23 commits December 13, 2022 17:12
* 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 <69166360+vinay-google@users.noreply.github.com>
* Google workspace rebranding from g suite

* fix: Google workspace rebranding from g suite

* Remove trailing space

Co-authored-by: Vinay Vyas <69166360+vinay-google@users.noreply.github.com>
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 <69166360+vinay-google@users.noreply.github.com>
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 <gustavo@tondello.com>

* 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 <gustavo@tondello.com>

* 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 <gustavo@tondello.com>
…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 <sbazyl@google.com>
…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 <6769971+PierrickVoulet@users.noreply.github.com>
Copy link

google-cla bot commented Mar 23, 2024

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.

@Iben1993
Copy link
Author

d2c9049

@Iben1993
Copy link
Author

6084168

@Iben1993 Iben1993 changed the base branch from main to FORMS-API-GA-AppsScript-snippets-updates March 23, 2024 11:38
Copy link

snippet-bot bot commented Mar 23, 2024

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.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet