Mike Rosulek
Mike Rosulek
oops, closed by accident
I wanted to leave this open. As you say, it can probably done in a way that doesn't unnecessarily increase the number of calls to the Gmail API.
Relevant documentation [here](https://developers.google.com/apps-script/reference/script/clock-trigger-builder). I did not realize you could programmatically set one-time triggers for specific dates (specify by absolute date or in N minutes). Could be interesting to consider. Putting...
This could be incorporated, probably without a great deal of effort. What you propose is to delete the thread and replace it with a fresh "clone" ... I would propose...
> that third party might inadvertently expose my information or access tokens to others. > I'd rather avoid administering another web server/application. What I'm proposing is to have a google-hosted...
> Those requests would have to be authenticated though, and I'm not sure exactly how that would work. My understanding is that it "just works" .. the web-app script is...
Observations so far: * "an add-on can use a time-driven trigger once per hour at most" [source](https://developers.google.com/apps-script/guides/triggers/installable) * no calendar widget, would have to be somewhat dumb text entry *...
Currently the only way to set the script's preferred timezone is to [do it manually](https://developers.google.com/apps-script/reference/base/session#getscripttimezone). I propose that the timezone be made a proper configuration option once we have a...