Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gsuitedevs/node-samples
Browse files Browse the repository at this point in the history
  • Loading branch information
grant committed Jul 2, 2018
2 parents 14b372b + 14c78ae commit 54d1fef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Node.js samples for [G Suite API](https://developers.google.com/gsuite/) docs.

| | **Apps Script** | **Calendar** | **Classroom** | **Drive V3** | **Gmail** | **Sheets** | **Slides** | **Tasks** |
| | **Apps&nbsp;Script** <img src="https://www.gstatic.com/images/branding/product/2x/apps_script_96dp.png" align="center" width="76px"/> | **Calendar** <img src="https://www.gstatic.com/images/branding/product/2x/calendar_96dp.png" align="left" width="96px"/> | **Classroom** <img src="https://www.gstatic.com/images/branding/product/2x/classroom_96dp.png" align="left" width="96px"/> | **Drive V3** <img src="https://www.gstatic.com/images/branding/product/2x/drive_96dp.png" align="left" width="96px"/> | **Gmail** <img src="https://www.gstatic.com/images/branding/product/2x/gmail_96dp.png" align="left" width="96px"/> | **Sheets** <img src="https://www.gstatic.com/images/branding/product/2x/sheets_96dp.png" align="left" width="96px"/> | **Slides** <img src="https://www.gstatic.com/images/branding/product/2x/slides_96dp.png" align="left" width="96px"/> | **Tasks** <img src="https://www.gstatic.com/images/branding/product/2x/tasks_96dp.png" align="left" width="96px"/> |
| --- | --- | --- | --- | --- | --- | --- | --- | --- |
| Quickstart | [Link](https://developers.google.com/apps-script/api/quickstart/nodejs) | [Link](https://developers.google.com/google-apps/calendar/quickstart/nodejs) | [Link](https://developers.google.com/classroom/quickstart/nodejs) | [Link](https://developers.google.com/drive/v3/web/quickstart/nodejs) | [Link](https://developers.google.com/gmail/api/quickstart/nodejs) | [Link](https://developers.google.com/sheets/api/quickstart/nodejs) | [Link](https://developers.google.com/slides/quickstart/nodejs) | [Link](https://developers.google.com/google-apps/tasks/quickstart/nodejs) |
| Snippets | --- | [Link](https://developers.google.com/calendar/overview) | [Link](https://developers.google.com/classroom/guides/get-started) | [Link](https://developers.google.com/drive/v3/web/about-sdk) | [Link](https://developers.google.com/gmail/api/guides/) | [Link](https://developers.google.com/sheets/api/guides/concepts) | [Link](https://developers.google.com/slides/how-tos/overview) | --- |
Expand Down
4 changes: 2 additions & 2 deletions sheets/snippets/snippets.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ class SheetsSnippets {
} else {
const sourceSheetId = response.replies[0].addSheet.properties.sheetId;
const targetSheetId = response.replies[1].addSheet.properties.sheetId;
// [START sheets_pivot_table]
// [START sheets_pivot_tables]
const requests = [{
updateCells: {
rows: {
Expand Down Expand Up @@ -412,7 +412,7 @@ class SheetsSnippets {
// [END_EXCLUDE]
}
});
// [END sheets_pivot_table]
// [END sheets_pivot_tables]
}
});
});
Expand Down

0 comments on commit 54d1fef

Please sign in to comment.