Skip to content

Instantly share code, notes, and snippets.

@xqms
xqms / googletoken.py
Created August 26, 2010 07:59
Generate a google session token for google calendar
"""
Get a google AuthSub token for google calendar
Usage: just run and follow the instructions.
Author: Max Schwarz <Max@x-quadraht.de>
"""
import gdata
@xqms
xqms / opensync-google-calendar.py
Created August 25, 2010 19:14
Google calendar plugin for opensync
"""
Google calendar plugin for opensync.
Installation:
- Install the opensync python plugin (debian: opensync-module-python)
- Copy this file to /usr/lib/opensync/python-plugins/ (may have to create the directory)
Quite ugly, but works for me.
If someone wants to work on it:
- opensync-style configuration (Google AuthSub session token)