Mycroft skill for google calendar
Python
Switch branches/tags
Nothing to show
Pull request Compare This branch is 3 commits ahead, 1 commit behind master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
dialog/en-us
regex/en-us
vocab/en-us
.gitignore
README.md
__init__.py
__main__.py
extractdate.py
google_cred.py
requirements.txt

README.md

Google Calendar skill for Mycroft

This is a basic skill for interacting with google calendar that can either reside in ~/.mycroft/third_party_skills/ or /opt/mycroft/third_party.

Currently this only supports a few intents and are read-only

Installation

Enter the mycroft virtualenv amd go to the third party skill directory

  workon mycroft
  cd [THIRD PARTY SKILL DIRECTORY]

Clone the git repository

  git clone https://github.com/forslund/gcalendar_skill.git

Install prerequisites into the mycroft environment

  pip install -r gcalendar_skill/requirements.txt

Authorize access to google calendar.

  python gcalendar_skill

Above will open a web-browser where you will have to approve access.

If the machine running the skill is headless instead run

  python gcalendar_skill --noauth_local_webserver

You will now be given a link. Paste this into a web browser to retreive an authoriation code to enter into the command line.

Finally(!) restart mycroft to load the skill.

Stuff to try out:

What's my next appointment?

What's scheduled for today?