From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Schlemmer Subject: Patch that enables visibility settings in org-mode iCalendar export Date: Mon, 14 Aug 2017 20:49:50 +0200 Message-ID: <1ae60860-50ff-31a4-7e2c-1e71c4df0f22@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhKRt-0006Q2-QZ for emacs-orgmode@gnu.org; Mon, 14 Aug 2017 14:50:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dhKRp-0004gZ-3F for emacs-orgmode@gnu.org; Mon, 14 Aug 2017 14:50:49 -0400 Received: from mail-wr0-x243.google.com ([2a00:1450:400c:c0c::243]:36664) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dhKRo-0004WW-RI for emacs-orgmode@gnu.org; Mon, 14 Aug 2017 14:50:44 -0400 Received: by mail-wr0-x243.google.com with SMTP id y67so7516334wrb.3 for ; Mon, 14 Aug 2017 11:50:43 -0700 (PDT) Received: from [192.168.2.204] (x55b2ad2c.dyn.telefonica.de. [85.178.173.44]) by smtp.googlemail.com with ESMTPSA id b13sm7606396wmi.7.2017.08.14.11.50.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Aug 2017 11:50:41 -0700 (PDT) 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 Hi, for some reasons I need to control the visibility of individual entries of my caldav calendars. I have implemented a small patch that passes the `CLASS' propery to the iCalendar export: https://github.com/keinstein/org-mode/pull/1 I'd like to have this patch integrated in the short term. It is mostly done by cut and paste from the same file. For long term I think a configurable framework would be more useful: =E2=80=A2 It would be helpful to have a configuration variable that tells= which properties are passed more or less verbatim as iCalendar fields =E2=80=A2 It would be helpful to save some/all other fields with some pre= fix (X-ORG-MODE-=E2=80=A6) in the calendar file/service. The prefix should be= configurable as well as the list of saved properties. =E2=80=A2 A mapping between org-mode properties and iCalendar fields coul= d be helpful. Together with some default action all of the above could be realized with only two variables. I'm not familiar enough with Lisp to do the work by myself. So this is a pure feature request. Tobias P.S.: Please add me to CC for all discussions as I'm not on the mailing list.