Calendar Invites from a Bot, Without Domain-Wide Delegation
6 min readMaking a Slack bot invite meeting participants to a Google Calendar event. Service accounts cannot add attendees without domain-wide delegation, so the bot authenticates as a real user via an OAuth refresh token and patches the event on that user's calendar copy, with a fallback that never blocks the submission.
PythonSlackGCPGoogle Calendar