Skip to content

Feirlane/akademy-bof-gcal-synchronizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akademy 2015 BoF Google Calendar Synchronizer

This script will synchronize the events on the Akademy 2015 Community wiki with a google calendar. It'll try to never delete events when they are modified on the wiki, and instead find and update the corresponding event on google calendar.

Dependencies

  • Spynner
  • oauth2client
  • BeautifulSoup4

If you want to run on a headless server Spynner will need an X session. You can use xvfb-run for this.

Usage

Just run

python2 syncbofs.py googleCalendarId

or

xvfb-run python2 syncbofs.py googleCalendarId

if you're using a headless installation

You can get your google calendar Id from the iCal link to your calendar on the google calendar website and it should look something like this:

About

Akademy 2015 BoF Google Calendar Synchronizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages