From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: Reading calendars in org mode: what is the best solution? Date: Sat, 21 Dec 2013 10:23:26 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuInW-0005Es-St for emacs-orgmode@gnu.org; Sat, 21 Dec 2013 04:24:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VuInS-0004iU-6E for emacs-orgmode@gnu.org; Sat, 21 Dec 2013 04:24:38 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:1285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuInS-0004iC-09 for emacs-orgmode@gnu.org; Sat, 21 Dec 2013 04:24:34 -0500 In-Reply-To: (Stephen Eglen's message of "Fri, 20 Dec 2013 21:00:43 +0000") 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: Stephen Eglen Cc: emacs-orgmode@gnu.org Hi Stephen, Stephen Eglen writes: > On Thu, Dec 19 2013, Alan Schmitt wrote: > >> I would like to have a read-only version of my calendars in my org >> agenda. These calendars (10 of them) currently live in Zimbra and >> iCould, and I am accessing them both using the native Calendar >> application on OS X and on my (Android) phone. >> >> I've looked at what the options are, and I can find two of them: >> - convert ics files into org files >> (http://orgmode.org/worg/org-tutorials/org-google-sync.html) >> - set up a synchronization using caldav >> (https://github.com/dengste/org-caldav) > > Have you seen https://github.com/asoroa/ical2org.py > I started using this about a week ago, and like it. One strength > compared to the worg entry is that it handles (some) recurring events. > My approach is to download the .ics file and then run this python > script. I had not seen this. I'll give it a try, thanks. Alan