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 12:21:36 +0200 Message-ID: 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]:35788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgDcX-0004tD-Sj for emacs-orgmode@gnu.org; Mon, 11 Jul 2011 06:21:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgDcW-0007gh-0a for emacs-orgmode@gnu.org; Mon, 11 Jul 2011 06:21:45 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:40766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgDcV-0007gc-KV for emacs-orgmode@gnu.org; Mon, 11 Jul 2011 06:21:43 -0400 Received: by eyd9 with SMTP id 9so1402317eyd.0 for ; Mon, 11 Jul 2011 03:21:41 -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 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) iEYEARECAAYFAk4azrAACgkQMxgKfMb9y5aT3ACg+W+HCXR7f64DErFQWmQ2hxJm Wq4An0Vv5GygUti3YmAIaQmPMos72WnR =/Cq0 -----END PGP SIGNATURE----- --=-=-=--