Skip to content

frommie/rasahub-google-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rasahub-Google-Calendar

Rasahub-Google-Calendar provides an interface to access Google Calendar entries. It uses User IDs from Humhub to get authentification and uses them to provide calendar information to Humhub and Rasa_Core.


Prerequisites

  • Python installed

Installation

Pypi package

Install via pip:

pip install rasahub-google-calendar

Usage

Create configuration

Create file config.yml in working path containing client id, secret, scope and so on. Example:

google:
  package: 'rasahub_google_calendar'
  classname: 'RasaGoogleCalendar'
  type: 'datastore'
  init:
    google_client_id: 'ID.apps.googleusercontent.com'
    google_client_secret: 'm-SECRETKEY'
    google_redirect_uri: 'http://localhost:8080/oauth2callback'
    google_scope: 'https://www.googleapis.com/auth/calendar'

Command-Line API

Start rasahub:

python -m rasahub
  • License: MIT
  • PyPi - package installation

About

Provide access to google calendar for rasahub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages