On Tue, 28 Aug 2018 at 17:47 Tim Chase <[email protected]> wrote:
> I have a series of events and want to have a reminder appear the day > *after* the event to trigger followup. Assuming > > REM Sep 9 2018 [magic here?] REM %"Follow up%"% > > I'm looking for the magic that lets me keep the "Sept 9 2018" date > associated with the event, but has a follow-up reminder show up > in the output of `rem` on the day after the event. > Other than REM Sep 10 2018 MSG ...? ;) Maybe there's a better way, but I typically handle this situation (a one-off series of events) thus: REM 2018-09-09 *1 UNTIL 2018-09-10 MSG ... This repeats every one day starting on 2018-09-09, ending on 2018-09-10 (inclusive). Jonathan
_______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
