From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: roundtrip integration with Asana? Date: Thu, 31 Jan 2013 14:49:19 +0100 Message-ID: <871ud1ihsw.fsf@bzg.ath.cx> References: <877gmt3dzq@ch.ristopher.com> <871ud13dkp@ch.ristopher.com> <6C559BF7-BACF-48AF-AB06-383D6AC14BDE@gmail.com> <87622dlhqm.fsf@bzg.ath.cx> <394BD125-8D2D-4305-BE41-98C902FC7DAD@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0uW9-0003zD-7N for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 08:49:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0uW4-0004Ei-EU for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 08:49:29 -0500 Received: from mail-wg0-f46.google.com ([74.125.82.46]:55765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0uW4-0004EJ-7y for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 08:49:24 -0500 Received: by mail-wg0-f46.google.com with SMTP id fg15so1996913wgb.1 for ; Thu, 31 Jan 2013 05:49:23 -0800 (PST) In-Reply-To: <394BD125-8D2D-4305-BE41-98C902FC7DAD@gmail.com> (Meng Weng Wong's message of "Thu, 31 Jan 2013 19:46:07 +0800") 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: Meng Weng Wong Cc: "emacs-orgmode@gnu.org Mailing List" Hi Meng Weng, Meng Weng Wong writes: > I use org for personal task management, but I use asana.com with my workgroup. > > I just learned that Asana offers an API that exposes all the usual interfaces. > http://developers.asana.com/documentation/ > > Roundtrip integration between org and Asana is therefore possible. > > I'm sure I'm not the first person to have thought about > this... which approach would be the preferred architecture for > achieving such integration? I don't know Asana but I'd suggest to have a look at org-sync http://orgmode.org/cgit.cgi/org-sync.git/ ~$ git clone git://orgmode.org/org-sync.git It allows to connect a local .org file with various APIs. -- Bastien