Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programmatic create timebased trigger for spreadsheet

I'm not able to find this in the documentation, but is it possible to programmatically create time based trigger for another spreadsheet?

like image 631
louis Avatar asked May 20 '26 13:05

louis


1 Answers

Yes it is:

https://developers.google.com/apps-script/managing_triggers_programmatically

like image 145
AdamL Avatar answered May 23 '26 00:05

AdamL