From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Geller Subject: Python script to download Google Calendar events Date: Mon, 11 Jul 2011 22:13:42 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:44925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgMrZ-0007VZ-SW for emacs-orgmode@gnu.org; Mon, 11 Jul 2011 16:13:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgMrV-0002Vn-6v for emacs-orgmode@gnu.org; Mon, 11 Jul 2011 16:13:52 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:41208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgMrU-0002VV-FH for emacs-orgmode@gnu.org; Mon, 11 Jul 2011 16:13:48 -0400 Received: by fxd18 with SMTP id 18so639928fxd.39 for ; Mon, 11 Jul 2011 13:13:46 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --=-=-= Hi, I wrote a Python script that [1] uses the GData API to download events for your Google Calendar and prints them to a given org-file. It is a very tiny script, but perhaps it is of use to other people as well. Small disclaimer: I've tested this on Mac OS X only, using Python 2.7.2. Let me know what you think :) Cheers, Felix P.S.: Please excuse double posting if the first version does show up. Footnotes: [1] https://bitbucket.org/fgeller/gcal2org/src/8fa7d2b83ab3/gcal2org.py --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) iEYEARECAAYFAk4bWXYACgkQMxgKfMb9y5Z8mQCfTKv2ymvAiCXUm2ifi7rltIrh SqkAoJiigi3Nv+ih4+W+GqQys3PgJoxO =NTTm -----END PGP SIGNATURE----- --=-=-=--