Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.36 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.36 KB

OnlineRota_GoogleAppsScript

This code designs a volunteer assignment application. Changes are made in a spreadsheet.

Updates are published to the web and sent by email.

Sample Code

This will create a rota e-mail reminder and publish to Google Sites as a webpage

Try it yourself

  • Select "Make a Copy" to save an editable copy
  • Set up google site to which you have write permission
    • Create a google site page for publishing the rota
  • Set Google Sites Script Properties to control how the rota will be published
    • siteid REQUIRED. The URL to the Google Site to which the rota will be published.
    • emailid The email recipient to use for sending out the published rota. If not set, the spreadsheet owner will be used.
    • pageId The page name (within the google site) to which the rota will be published. If not set, "rotasearch" will be used.
  • Create a trigger to call "sendRota" on a daily basis

Screen Shots

image

image

image

image

image

image