Query regarding scheduling an integration
Summary:
Query regarding scheduling an integration
Content (required):
Hi All,
I have a requirement where business is asking to schedule an integration to run on 5th working day (M-F).
I was trying the below ical expression :
FREQ=YEARLY;BYMONTH=1,2,3,4,5,6,7,8,9,10,11,12;BYMONTHDAY=5,6,7;BYDAY=MO,TU,WE,TH,FR;BYHOUR=8;BYMINUTE=0;
But i see if 5th fall on Wednesday the integration is going to run 5,6 and 7.
Has anyone worked on similar requirement. Can you please share your thought.
Thank you .
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0