From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Hellmann Subject: Introducing ical2org Date: Sat, 13 Feb 2010 09:52:20 -0500 Message-ID: <6872D211-111B-445C-8592-CA2C9DDAE927@gmail.com> 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 1NgJMA-0002a7-0F for emacs-orgmode@gnu.org; Sat, 13 Feb 2010 09:52:26 -0500 Received: from [140.186.70.92] (port=56569 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NgJM9-0002Zf-EJ for emacs-orgmode@gnu.org; Sat, 13 Feb 2010 09:52:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NgJM6-0006Qw-PP for emacs-orgmode@gnu.org; Sat, 13 Feb 2010 09:52:25 -0500 Received: from mail-yw0-f185.google.com ([209.85.211.185]:61532) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NgJM6-0006Qr-Ma for emacs-orgmode@gnu.org; Sat, 13 Feb 2010 09:52:22 -0500 Received: by ywh15 with SMTP id 15so3245478ywh.5 for ; Sat, 13 Feb 2010 06:52:21 -0800 (PST) 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 Org-mode ical2org is a command line tool for exporting data from the Mac OS X application iCal so it can be used with org-mode. Data transfer is one-way only (from iCal to emacs), and is intended to be used to show alarms and scheduled events managed by iCal within org's agenda view. Any calendar accessible to iCal can be converted; I use it with group calendar subscriptions, Google calendar feeds, and private local calendars. Version 1.0.2 produces output using org-mode outline (in which each entry includes the summary, location, date and time, and complete event description) or an abbreviated format compatible with diary mode. The program is a stand-alone Python app, available under a BSD license. Installation and usage instructions are available from http://www.doughellmann.com/projects/ical2org/ . Doug