set ical schedule
Summary:
Content (please ensure you mask any confidential information):
I am trying to write an ical schedule where I am given a set schedule for the rest of the year. The only issue is that it should be running on different days each month and only running once a month.
This is the schedule: 8/29/24, 9/30/24, 10/31/24, 11/29/24, and 12/30/24 and they will run at 1pm. How would I do this using ical when scheduling my oic integrations?
I tried this, but it obviously did not work:
FREQ=MONTHLY | BYMONTH=8 | BYMONTHDAY=29 | BYHOUR=13 | |
---|---|---|---|---|
FREQ=MONTHLY | BYMONTH=9 | BYMONTHDAY=30 | BYHOUR=13 | |
FREQ=MONTHLY | BYMONTH=10 | BYMONTHDAY=31 | BYHOUR=13 | |
FREQ=MONTHLY | BYMONTH=11 |
Tagged:
0