In a Google Apps Script web app (doGet()
), I want to refresh display once a certain spreadsheet changes. I was thinking about polling the spreadsheet every ten seconds or so. However, there seems to be no timer, only an ugly workaround (though, smart it is).
Any idea how to realize an automatic refresh?