Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjork24/google-calendar-slack-status
Automatically sync your Google Calendar events to your Slack status
https://github.com/bjork24/google-calendar-slack-status
google-calendar slack slack-api
Last synced: about 2 months ago
JSON representation
Automatically sync your Google Calendar events to your Slack status
- Host: GitHub
- URL: https://github.com/bjork24/google-calendar-slack-status
- Owner: bjork24
- Created: 2018-02-09T03:48:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T04:52:18.000Z (about 2 years ago)
- Last Synced: 2024-08-02T15:53:40.795Z (5 months ago)
- Topics: google-calendar, slack, slack-api
- Language: JavaScript
- Size: 160 KB
- Stars: 36
- Watchers: 2
- Forks: 30
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sync Google Calendar to your Slack status
For the full tutorial, please check out the Medium post here: [Syncing your Slack status with Google Calendar because nothing is sacred anymore](https://medium.com/@bjork24/syncing-your-slack-status-with-google-calendar-because-nothing-is-sacred-anymore-3032bd171770). Otherwise, click the button below to begin your journey:
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
## Finding your SLACK_TOKEN
Slack recently changed how users interact with their API. To find your SLACK_TOKEN, follow these instructions:
1. Create a new Slack bot [here](https://api.slack.com/apps?new_app=1).
1. Once the app has been created, click on the "OAuth & Permissions" link on the sidebar
1. Scroll down to "Scopes" and set the following permissions:
- `dnd:write`
- `users.write`
- `users.profile:write`1. Copy the `OAuth Access Token` at the top of the page, and use it as your **SLACK_TOKEN**