This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
@philipp.goellner This is absolutely fantastic — but I’m now so curious how it works! How are you injecting this message into Gmail? This is so cool! It’s so clever, and nothing like anything I’ve ever written, despite having written things that call the Gmail and Google Calendar APIs via Google Apps Script! cc @steve.yegge
Hi Gene! The app is updating your current Gmail signature based on upcoming Calendar events. It also creates a "trigger" which will run hourly and update/remove entries accordingly. Due to Google not allowing the use of OAuth outside a workspace without an expensive audit, we could not make it easily available for everyone. Instead we use a Google Appsscript project as it was the simplest solution which does not require any backend deployment. You can check it out here: https://bitbucket.org/xalt/gmail-event-signatures/src/main/ There are also instructions on how to set it up 🙂