From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Hellmann Subject: Re: Re: icalendar import in to Org mode Date: Sat, 1 May 2010 18:40:56 -0400 Message-ID: <9388AE53-4B22-416D-BFE7-43BA293194B1@gmail.com> References: <87sk6bl4h1.fsf@eraldo.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O8LMt-0004KW-H5 for emacs-orgmode@gnu.org; Sat, 01 May 2010 18:41:03 -0400 Received: from [140.186.70.92] (port=47411 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8LMr-0004KO-98 for emacs-orgmode@gnu.org; Sat, 01 May 2010 18:41:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O8LMp-0007CW-Mk for emacs-orgmode@gnu.org; Sat, 01 May 2010 18:41:01 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:64309) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8LMp-0007CN-J1 for emacs-orgmode@gnu.org; Sat, 01 May 2010 18:40:59 -0400 Received: by gyg4 with SMTP id 4so843261gyg.0 for ; Sat, 01 May 2010 15:40:58 -0700 (PDT) In-Reply-To: <87sk6bl4h1.fsf@eraldo.org> 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: Eraldo Helal Cc: Org-Mode On May 1, 2010, at 5:03 PM, Eraldo Helal wrote: > Giles Chamberlin tandberg.com> writes: >> Living in a Microsoft Exchange world I get a lot of meeting requests >> from Exchange. iCalendar.el seems to be able to read these in to >> diary >> but I would far prefer to have them dropped in to my org files. >> >> Has anyone got this working? > > That is exactly what I am looking for as well. > Unluckily my scripting skills are not good enough yet to transform a > diary file into org-mode format. My elisp skills weren't up to it, but I did write something in Python. It works with iCal.app on the Mac, but could be adapted for any ICS input files. http://www.doughellmann.com/projects/ical2org/ Doug