From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Re: Google Tasks Integration Date: Tue, 31 Jan 2012 20:07:02 +0100 Message-ID: <4F283BD6.4070904@gmx.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsIEn-0002uQ-Cu for emacs-orgmode@gnu.org; Tue, 31 Jan 2012 13:15:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RsIEh-00066y-GD for emacs-orgmode@gnu.org; Tue, 31 Jan 2012 13:15:25 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:46739) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RsI7j-0005Qy-0U for emacs-orgmode@gnu.org; Tue, 31 Jan 2012 13:08:07 -0500 In-Reply-To: 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: Patrick Brennan Cc: emacs-orgmode@gnu.org On 01/30/2012 08:33 PM, Patrick Brennan wrote: > This weekend, while trying to avoid doing any real work, I started noodling > around with the Google Tasks API and I got a respectable distance toward a > script which will read your Google Tasks and export them to Org-mode. > Currently it will capture the task title, the notes, the todo status (TODO > or DONE) and the hierarchy, i.e. child tasks will be correctly placed under > their parents. There's still a lot of polish to apply, and of course, there > is no bidirectional capability as yet. Still, I wanted to send out this > notice in case anyone wanted to compare notes or thought it might be an > interesting application to share. The mobile apps for Google Tasks are > quite good, and if I can get a really good export going, I think this will > actually provide a plausible alternative workflow to the existing MobileOrg > flow. > > Patrick > I'm interested. I've written a CalDAV importer (and recently published part of it) and I'm interested in finding ways to get at least some amount of bi-directionality, for example, avoiding to re-import org entries (I can do that but it will work only for me then). Perhaps we can find some guidelines for sync. Cheers, Simon