From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: using holiday dates from an ICAL calendar Date: Wed, 29 Jul 2015 16:08:40 +0200 Message-ID: <876153dpjr.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKS2V-0001mI-Vb for emacs-orgmode@gnu.org; Wed, 29 Jul 2015 10:09:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKS2R-0004Gc-R2 for emacs-orgmode@gnu.org; Wed, 29 Jul 2015 10:08:59 -0400 Received: from plane.gmane.org ([80.91.229.3]:55556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKS2R-0004GK-Ke for emacs-orgmode@gnu.org; Wed, 29 Jul 2015 10:08:55 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZKS2N-00039C-KY for emacs-orgmode@gnu.org; Wed, 29 Jul 2015 16:08:51 +0200 Received: from 37.160.156.56 ([37.160.156.56]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jul 2015 16:08:51 +0200 Received: from j.cubizolles by 37.160.156.56 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jul 2015 16:08:51 +0200 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 I need to define weekly appointments, except during the school holidays. I know org-class provides a way to exclude some weeks from recurring events but I was wondering if some clever use of sexp would make it possible to use the weeks/days of holiday from a public ical calendar (like https://www.google.com/calendar/ical/bubn5utkn054pluh4v44nu6ok62e1dbo%40import.calendar.google.com/public/basic.ics). Did somebody ever try it ?