Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的妻子(老师)每隔一个工作日教一次。是否可以制定涵盖该问题的重复规则?我试过了:
RRULE:FREQ=WEEKLY;INTERVAL=2;COUNT=5;BYDAY=MO,WE,FR,TU,TH
...但这没有用。它只是每天,每隔一周。
如果我理解你妻子的要求,你想使用一个每日规则,间隔为 2(他们 BYDAY 的顺序无关紧要):
FREQ=DAILY;INTERVAL=2;BYDAY=MO,TU,WE,TH,FR