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

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -