From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: New iCalendar import script Date: Sun, 29 Jan 2012 21:08:18 +0100 Message-ID: <4F25A732.7040704@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rra85-0007Nx-H2 for emacs-orgmode@gnu.org; Sun, 29 Jan 2012 14:09:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rra84-0000SW-E8 for emacs-orgmode@gnu.org; Sun, 29 Jan 2012 14:09:33 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:44046) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Rra84-0000S9-4e for emacs-orgmode@gnu.org; Sun, 29 Jan 2012 14:09:32 -0500 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: emacs-orgmode@gnu.org Hi all, I've written an iCalendar import script in ruby (I know, not emacs lisp, but at the least I should let you be aware). I think it's an improvement over the awk script, so you may consider mentioning it in the appropriate places. See https://github.com/simonthum/ical2org It has more complete iCalendar support, in particular repeating dates and Todos. Likely it is easier to adapt to individual requirements. Also, it works under windows and linux - my win32 awk was missing key functionality for the script (mktimestamp, IIRC). I'm not particularly attached to CC-BY or github, so if you think a more appropriate long-term place would be orgmode.org then we'll probably find a way. It's in its early stages, for example I'm quite unsure about the timezone support, so feedback is more than welcome! Cheers, Simon