From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Horn Subject: ical2org ready Date: Mon, 12 Mar 2018 11:34:45 -0400 Message-ID: Reply-To: rjhorniii@gmail.com Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evPTQ-0003gG-MG for emacs-orgmode@gnu.org; Mon, 12 Mar 2018 11:34:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evPTL-0003op-NA for emacs-orgmode@gnu.org; Mon, 12 Mar 2018 11:34:52 -0400 Received: from mailbackend.panix.com ([166.84.1.89]:39057) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1evPTL-0003mu-IN for emacs-orgmode@gnu.org; Mon, 12 Mar 2018 11:34:47 -0400 Received: from quad (panix2.panix.com [166.84.1.2]) by mailbackend.panix.com (Postfix) with ESMTPS id 94F4D20B7C for ; Mon, 12 Mar 2018 11:34:45 -0400 (EDT) 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" To: "emacs-orgmode@gnu.org" Version 0.97 of ical2org is available at https://github.com/rjhorniii/ical2org-go. It converts from Ical format, e.g., .ics files, into an org-mode file. It is feature complete. It has been tested with ICal files from several sources, and it is successfully processing my personal Google calendar with a regular repeating automatic download. It's ready for wider use. After a few weeks use without problems reported, I'll make it a release. For mu4e users, I've tested using attachment pipe processing with it. It does correctly convert ics files that are attached to emails, but the process is awkward. There is a lot of typing. Creating a little lisp command for mu4e is likely the right solution. -- Robert Horn rjhorniii@gmail.com