From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Eglen Subject: Re: Adding entries to Google calendar Date: Thu, 09 Sep 2010 10:25:31 +0100 Message-ID: <9404.1284024331@maps> References: <8739tp1tez.fsf@gmx.ch> <8739tp5uyc.wl%ucecesf@ucl.ac.uk> <87wrr1z3ui.fsf@rub.de> <87pqwsxvg3.wl%ucecesf@ucl.ac.uk> <87pqwosj1s.fsf@rub.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=44823 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtdNv-0005Ey-OC for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 05:25:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtdNu-0000AC-A9 for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 05:25:35 -0400 Received: from ppsw-30.csi.cam.ac.uk ([131.111.8.130]:48553) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtdNu-00009t-6D for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 05:25:34 -0400 In-reply-to: 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: Matt Price Cc: emacs-orgmode@gnu.org, Stephen Eglen > hi Matt, > Carsten accepted a patch of mine a while ago that allows you to do st= uff > like the following from the agenda: >=20=20=20=20 > "i d RET 09:00-09:30 meeting with Joe" >=20=20=20=20 > and the time is extracted from the text you enter, if you set: >=20=20=20=20 > (setq org-agenda-insert-diary-extract-time t) >=20 > this is super, stephen thank you. Great. I should make the docstring for that variable a bit more informative, if it has n>1 user! > for a real two-way sync to work with this method, I think we need access = to > uid's of google calendar events.=C2=A0 If I read the documentation proper= ly, the > underlying gdata-python library doesn't support uid queries.=C2=A0 So I f= iled an > enhancement bug: > http://code.google.com/p/gdata-python-client/issues/detail?id=3D444&q=3Du= id > maybe someone with a better coding sense can improve it; in any case, we = can > all follow its progress at that url. That's a good idea.=20=20 I was keen to see if I could upload my 'org.ics' file generated by org mode using 'C-c C-e c' to google. So effectively I just use google to be a read-only version of my agenda. That doesn't seem to be possible either from what I read, but I thought I saw it was on a list of future projects. Stephen