Last 6 working days scheduling of an ICS integration
Summary
How can I schedule an integration to run only on last 6 workdays of a month (i.e. excluding Sat and Sun)?Content
I need to run an integration on last 6 workdays of a month. So in Aug 2021, the integration should run from Aug 24 to Aug 31, excluding 28 Aug and 29 Aug since they are weekends.
As per RFC2445 standards, I believe I can use the keyword BYSETPOS as follows to achieve this -
FREQ=MONTHLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-6,-5,-4,-3,-2,-1;
However, OIC doesn't seem to recognize the keyword BYSETPOS.
Is there any other way of achieving this?
Tagged:
1