Skip to content

richmeetup/slack-gcal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-gcal

Slack integration with Google calendar.

Setup

  • Set up ngrok if you need to tunnel to your localhost from Slack:
 ./ngrok http 8080 
 
  • Create a new Google Developer App and create a client-secrets.json file:
    https://console.developers.google.com/project/slack-gcal/apiui/credential/oauthclient

    • Application type: Web application
    • Name: Web App
    • Authorized redirect URIs:
      http://localhost:8080/oauthcallback
      https://<something>.ngrok.io/oauthcallback
    • Put this .json file in src/main/resources/slack-gcal-test-browser-client-secrets.json.
  • Change val serverRootUrl in SlackCalendarService.scala to the ngrok host above.

  • To run this:

 sbt
 ~re-start
 

Todos

About

Slack integration with Google calendar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages