My wife (teacher) teaches every other weekday. Is it possible to make a recurrence rule that covers that? I tried:
RRULE:FREQ=WEEKLY;INTERVAL=2;COUNT=5;BYDAY=MO,WE,FR,TU,TH
...but that didn't work. It just did every day, every other week.
My wife (teacher) teaches every other weekday. Is it possible to make a recurrence rule that covers that? I tried:
RRULE:FREQ=WEEKLY;INTERVAL=2;COUNT=5;BYDAY=MO,WE,FR,TU,TH
...but that didn't work. It just did every day, every other week.
If I understand your wife's requirement, you want to use a daily rrule, with interval 2 (the order of they BYDAY does not matter):
FREQ=DAILY;INTERVAL=2;BYDAY=MO,TU,WE,TH,FR