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.
- Python installed
Install via pip:
pip install rasahub-google-calendar
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'
Start rasahub:
python -m rasahub
- License: MIT
- PyPi - package installation