Re: [O] Python script to download Google Calendar events

2011-07-29 Thread Felix Geller
Hi Rasmus and list :) Small updates: 1. Integration of Rasmus' idea to support different calendars (thanks!) 2. Support for publishing a new title of an event. The second one is a very limited form of sync'ing changes back to Google Calendar, but suits my needs [2]. I updated the documentation

Re: [O] Python script to download Google Calendar events

2011-07-22 Thread Rasmus
Hi Felix, Felix Geller writes: > 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. Now I've had some time to play around with your

Re: [O] Python script to download Google Calendar events

2011-07-22 Thread Rasmus
Hi Felix, Felix Geller writes: > 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. Now I've had some time to play around with your

Re: [O] Python script to download Google Calendar events

2011-07-13 Thread Bastien
Felix Geller writes: > no, not at all :) Okay, done. Thanks a lot! -- Bastien

Re: [O] Python script to download Google Calendar events

2011-07-13 Thread Felix Geller
Hi Bastien, On Wed, 13 Jul 2011 10:38:22 +0200, Bastien wrote: > This looks nice. I've not tested it yet, I'm busy with the release. > > Would you have any objection if I put this in this section of Worg: > > http://orgmode.org/worg/org-translators.html > > ? no, not at all :) Cheers, F

Re: [O] Python script to download Google Calendar events

2011-07-13 Thread Bastien
Hi Felix, Felix Geller writes: > 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

Re: [O] Python script to download Google Calendar events

2011-07-12 Thread Torsten Wagner
Hi Felix, Small disclaimer: I've tested this on Mac OS X only, using Python 2.7.2. It took me a while to get the gpg part working but now its working nicely :) I had to remove -no-tty for some reason. getting from authinfo = os.popen('gpg -q -no-tty -d ~/org/google_passwd.org.gpg').read() to a

[O] Python script to download Google Calendar events

2011-07-12 Thread Felix Geller
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 kno

[O] Python script to download Google Calendar events

2011-07-11 Thread Felix Geller
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 kno