File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Node.js samples for [ G Suite API] ( https://developers.google.com/gsuite/ ) docs.
44
5- | | ** Apps Script** | ** Calendar** | ** Classroom** | ** Drive V3** | ** Gmail** | ** Sheets** | ** Slides** | ** Tasks** |
5+ | | ** 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 " /> |
66| --- | --- | --- | --- | --- | --- | --- | --- | --- |
77| 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 ) |
88| 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 ) | --- |
Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ class SheetsSnippets {
352352 } else {
353353 const sourceSheetId = response . replies [ 0 ] . addSheet . properties . sheetId ;
354354 const targetSheetId = response . replies [ 1 ] . addSheet . properties . sheetId ;
355- // [START sheets_pivot_table ]
355+ // [START sheets_pivot_tables ]
356356 const requests = [ {
357357 updateCells : {
358358 rows : {
@@ -412,7 +412,7 @@ class SheetsSnippets {
412412 // [END_EXCLUDE]
413413 }
414414 } ) ;
415- // [END sheets_pivot_table ]
415+ // [END sheets_pivot_tables ]
416416 }
417417 } ) ;
418418 } ) ;
You can’t perform that action at this time.
0 commit comments