So I have recently discovered triggers and I am trying to use an installable trigger (EventUpdated trigger) in a Google Workspace Add-On I have built (that runs alongside Google Calendar, so it's a Card based Add-On).
The problem is, triggers don't seem to be working so well on the V8 runtime (see
here), and for many users (though not all) my triggers get Disabled for an unknown reason the first time they are triggered.
I thought it might be an issue with my code, so I created a trigger that runs an empty function and got the same result.
Has anyone got triggers working reliably on a workspace Add-On?
I tried to downgrade to Rhino and used some polyfills for the missing functions, but in Rhino the Add-On doesn't load at all. (I get a bunch of errors about missing sections at build time). Are card based Add-On's working properly on the Rhino runtime?
I've managed to hack my way out of most annoyances so far, but this one has had me puzzled for a while. Any thoughts/discussion would be much appreciated.