From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Egli Christian (KIRO 41)" Subject: RE: org-mode and Google Calendar Date: Fri, 28 Sep 2007 13:41:22 +0200 Message-ID: <52D89C75FEE9444E8D9C016E3730098306CE3D@chsa1036.share.beluni.net> References: <87d4w3s1pb.fsf@myhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IbEGB-00014k-PQ for emacs-orgmode@gnu.org; Fri, 28 Sep 2007 07:43:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IbEGB-00014E-6G for emacs-orgmode@gnu.org; Fri, 28 Sep 2007 07:43:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IbEGB-000140-28 for emacs-orgmode@gnu.org; Fri, 28 Sep 2007 07:43:55 -0400 Received: from mail-gw13.credit-suisse.com ([198.240.213.22]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1IbEGA-0006sz-GF for emacs-orgmode@gnu.org; Fri, 28 Sep 2007 07:43:54 -0400 Content-class: urn:content-classes:message In-Reply-To: <87d4w3s1pb.fsf@myhost.localdomain> 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: Cezar , emacs-orgmode@gnu.org > Is there any way to sync org-mode with google calendar ? > And if not, is this planed/possible ? Funny you should mention this. Just this morning I fetched the ics file from my google calendar and imported the ics file into my diary (icalendar-import-file "/here/is/calendar.ics" "/there/goes/ical-diary"). If you then set org-agenda-include-diary properly, you'll get the events from the google calendar in your agenda. Pretty straight forward actually. You could probably automate this with cron. To avoid reimporting the same events again you could have a separate diary file for the google calendar and drop it before each import. #include it in the main diary file. org-mode probably handles this (not tested) as it just uses the fancy diary display (which is needed for #include). Would be nice to write a detailed tutorial about this. Any volunteers? HTH Christian=20