<div dir="ltr"><div dir="ltr">Wow, that was fast! Thanks!!!!</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 20, 2023 at 11:02 AM Tim Chase via Remind-fans <<a href="mailto:remind-fans@lists.skoll.ca">remind-fans@lists.skoll.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2023-09-20 13:52, Dianne Skoll via Remind-fans wrote:<br>
> Edward Shapard wrote:<br>
> <br>
> > Does anyone know of an easy way to schedule something that will occur <br>
> > every day for two weeks, but then have one week off and then repeat?<br>
> <br>
> There are a bunch of ways, but this one worked for me.  It assumes<br>
> that a two-week-on cycle started on 2023-09-02.<br>
> <br>
>    REM FROM 2023-09-02 SATISFY [(($T - '2023-09-02') % 21) < 14] MSG Med<br>
> <br>
> (You don't technically need the "FROM 2023-09-02" part if you don't care<br>
> what happens for dates before that day.)<br>
<br>
Or, employ that trigfrom() you graciously slid in for me...<br>
<br>
  REM FROM Sep 2 2023 SATISFY [(($T - trigfrom()) % 21 < 14)] MSG meds<br>
<br>
That way, if things get thrown off (having recently experienced a<br>
prescription supply-chain disruption, I know the annoyance) and<br>
you have to change the start-date, you only have to update it in<br>
one place rather than both.  :-)<br>
<br>
-tim<br>
<br>
_______________________________________________<br>
Remind-fans mailing list<br>
<a href="mailto:Remind-fans@lists.skoll.ca" target="_blank">Remind-fans@lists.skoll.ca</a><br>
<a href="https://dianne.skoll.ca/mailman/listinfo/remind-fans" rel="noreferrer" target="_blank">https://dianne.skoll.ca/mailman/listinfo/remind-fans</a><br>
Remind is at <a href="https://dianne.skoll.ca/projects/remind/" rel="noreferrer" target="_blank">https://dianne.skoll.ca/projects/remind/</a><br>
</blockquote></div></div>