/PythonSmartCalendar

Primary LanguagePythonMIT LicenseMIT

Google Calendar API

This program was written to make use of the Google Calendar API. This is a Python script that authenticates with OAuth to add events to the user's calendar, complete with the ability to remove the last added event and to list all upcoming events for the day.

Execution

To execute this project you'll need to run the following command to install the relevant dependencies.

  pip install google-api-python-client google-auth-httplib2 google-auth-oauthlib pytz

Documentation

This program was written for an article on XDA-Developers by Adam Conway, Lead Technical Editor of the site.

XDA-Developers article