From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: Orgmode repeater intervals with end date Date: Tue, 09 Jan 2018 22:16:56 -0700 Message-ID: <87incamgxj.fsf@byu.edu> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZ8lC-0006Nk-MW for emacs-orgmode@gnu.org; Wed, 10 Jan 2018 00:17:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eZ8l7-0001lh-L2 for emacs-orgmode@gnu.org; Wed, 10 Jan 2018 00:17:10 -0500 Received: from mail-io0-x22a.google.com ([2607:f8b0:4001:c06::22a]:42089) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eZ8l7-0001lH-FL for emacs-orgmode@gnu.org; Wed, 10 Jan 2018 00:17:05 -0500 Received: by mail-io0-x22a.google.com with SMTP id 25so264052ioj.9 for ; Tue, 09 Jan 2018 21:17:05 -0800 (PST) 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: orgmode list Hi all, When repeater intervals are set on on org dates (eg =<2018-01-10 Wed 16:00 +2w>=) the output is exported nicely to ical and appears nicely in agenda. Is there anyway to put an end-date on org dates so that the +2w will not just continue forever? I could use org-class, but then it wouldn't be exported to ical nicely. I was hopefully with <2018-01-10 Wed 16:00 +2w>--<2018-04-10 Wed 16:00 +2w> but this just put the range as counting every day in the interim. Is there an existing way to have an end-date on a repeating cycle? - Tory