Specifically, working through https://developers.google.com/apps-script/quickstart/forms resulted in the following lessons learned:
- Whenever you are updating the spreadsheet bound to a form, unbind the form before resetting and rebuilding the form, otherwise, you'll get an error.
- Even if you remove the form, the binding persists, and unlinking thereafter won't fix the error.
- Lesson learned while examining the Conference Spreadsheet sample in the examples above.
- Also don't forget to delete the calId project variable (File | Project Properties | Project Properties tab, from within the script editor).
- And delete the calendar from Google Calendar (drop down in cal | Calendar Settings - bottom of page - remove/delete).
- Delete the form that's created in the google docs folder.
- The PDF created will be placed into the google docs space, so delete it when done... but the email sent has a PDF attachment as well as a link to the doc version of the PDF... so the link will be broken if you delete the google doc.
No comments:
Post a Comment