I'm trying to use Remind to set a reminder every 3 months, and I'm not sure how to do this based on reading through the man page. I've tried something like this:
REM 24 Jan Apr Jul Oct MSG My reminder
I would expect this to do the 24th day of January, April, July, and October (every 3 months), but instead, it throws the error "Month specified twice". Seems Remind does not like specifying multiple months. Anyone know another method for setting it to remind every 3 months?