From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Persaud Subject: ical2org Date: Tue, 01 Feb 2011 23:02:43 -0800 Message-ID: <4D490193.8070708@lbl.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=53107 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pke9T-0002wp-36 for emacs-orgmode@gnu.org; Wed, 02 Feb 2011 09:57:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkWjs-0007qD-0A for emacs-orgmode@gnu.org; Wed, 02 Feb 2011 02:02:52 -0500 Received: from ironport4.lbl.gov ([128.3.41.45]:11086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkWjr-0007pz-S2 for emacs-orgmode@gnu.org; Wed, 02 Feb 2011 02:02:51 -0500 Received: by iwn37 with SMTP id 37so7151645iwn.39 for ; Tue, 01 Feb 2011 23:02:49 -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-orgmode@gnu.org Hi updated the script and added a small config section. I had to change the time conversion a bit, since most of my entries are in local time in the .ics file. I also got a lot of really old events, that I'm not interested anymore and which slowed down the agenda view, so I added an option to only convert entries that are not older than N days. The default behavior is the same as before. The updated script is in Worg (in /code/awk/) cheers ARUN