8000 GitHub - kamlekar/gcal-slack-integration: Google Calendar & Slack integration
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kamlekar/gcal-slack-integration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup & Usage

Fetching new Google credentials

  • Go to Google developer console
  • Create a new project with any name
  • Under Manage APIs, enable Google calendar API
  • Under the same project, create new OAuth client ID credentials
  • Generate a credentials.json file and place it in the root folder of this repo.

Running locally on HTTPS

Since this app rely on Google calendars event watch subscription, it may need the server to run on HTTPs. To run on HTTPS locally, we can use ngrok. Once installing ngrok, try the following to give a random url on HTTPS:

ngrok http 3000

Copy the generated random string URL into src/common/constants.js -> HOST property.

Running the app

Once above setup steps are done, run app using:

node .

About

Google Calendar & Slack integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
2A96
0