On Sat, 5 Jan 2019 16:16:00 +0100 "Ralph J.Mayer via Remind-fans" <[email protected]> wrote:
> is there an easy way to address workweeks? > I am on call the weeks 3, 5, 9 and 11 and want to get reminded about > that. OK. > I should also probably mention that I'm in Germany which means the > week starts on Monday. The definition of week 1 is also not same in > for eg Germany and the US. We are in week 1 although the Monday was > the 31.12.18 That's the ISO-8601 definition, I believe. Something like this? # Save typing FSET w() weekno($T) REM SATISFY [w()==3 || w()==5 || w()==9 || w()==11] MSG On call! Regards, Dianne. _______________________________________________ Remind-fans mailing list [email protected] https://dianne.skoll.ca/mailman/listinfo/remind-fans Remind is at https://dianne.skoll.ca/projects/remind/
