We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57f91c7 + 28c35ba commit c3d9bddCopy full SHA for c3d9bdd
slides/SpeakerNotesScript/scriptGen.gs
@@ -14,6 +14,7 @@
14
* limitations under the License.
15
*/
16
17
+// [START apps_script_slides_speaker_notes_script]
18
/**
19
* Runs when the add-on is installed.
20
* @param {object} e The event parameter for a simple onInstall trigger. To
@@ -66,3 +67,4 @@ function generateSlideScript() {
66
67
68
SlidesApp.getUi().alert(speakerNotesDoc.getName() + ' has been created in your Drive files.');
69
}
70
+// [END apps_script_slides_speaker_notes_script]
0 commit comments