Install trigger on script created from Google WebApp -


i creating webapp in google apps script creates script file in user google drive.

now need install time trigger on script. how can that?

official documentation allows me install triggers if call script project want install triggers. maybe can call script not webapp scope newly created project scope?

here 1 way achieve (other publishing add-on)

  1. put script embedded on spreadsheet. add code on onopen adds "configure" menu item create trigger if not there yet.

  2. make copy of sheet. have user open sheet , execute menu item.

this easier (for user) having dive script editor.


Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -