From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Persaud Subject: Re: Status google calendar sync Date: Tue, 25 Jan 2011 12:21:42 -0800 Message-ID: <4D3F30D6.7020703@lbl.gov> References: <4D3945ED.9060605@gmail.com> <4D39555C.8050902@manor-farm.org> <4D39CE28.4000005@lbl.gov> <87hbd124ih.fsf@pinto.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=42941 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhpOh-0004vj-Ov for emacs-orgmode@gnu.org; Tue, 25 Jan 2011 15:21:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhpOg-0006xY-BZ for emacs-orgmode@gnu.org; Tue, 25 Jan 2011 15:21:51 -0500 Received: from ironport3.lbl.gov ([128.3.41.25]:62426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhpOg-0006x7-5A for emacs-orgmode@gnu.org; Tue, 25 Jan 2011 15:21:50 -0500 Received: by mail-gx0-f180.google.com with SMTP id 19so1958734gxk.39 for ; Tue, 25 Jan 2011 12:21:46 -0800 (PST) In-Reply-To: <87hbd124ih.fsf@pinto.chemeng.ucl.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi On 01/21/2011 03:58 PM, Eric S Fraga wrote: > I also have been syncing between my Google calendar and org. A while > back, I posted this message onto this list: > > http://article.gmane.org/gmane.emacs.orgmode/26848 > > but check out later messages in the thread for an updated awk script. I had problems using wget, since we don't use google login, but get redirected to our institute from google, so I would have to use --load-cookie but couldn't really figure it out... however using googlecl seems to work fine, so I'm also using this to download the entries > This dealt with converting a Google calendar into an org file. I still > use this. > > For the other route, org to Google, I use the googlecl (command line) > interface: > > http://article.gmane.org/gmane.emacs.orgmode/27214 don't really know that much lisp, but I guess you add the entries directly to google when you create them via org-capture? What happens if you later edit an entry, say change the time/date? This is something I do very often and I would need google to reflect those changes. I also only want to export certain tags and entries that have a date-range (e.g. start and stop time), but I guess that could be easily arranged in the lisp function that you wrote? Arun