gdataライブラリをダウンロードしてきます。 http://code.google.com/p/gdata-python-client/ インストールしなくても以下のディレクトリが見えていれば実行できます。 gdata/ atom/ カレンダーに予定を書き込んで、予定の一覧を表示するコードです。 import gdata.calendar.service import gdata.service import atom.service import gdata.calendar import getopt, sys, string, time, atom calendar_service = gdata.calendar.service.CalendarService() calendar_service.email = '********' calendar_service.passw