...
Code Block |
---|
task.add_repeat(RepeatDateList("dateYMD",[2010011120130101, 20130102, 20130103, 20200101, 20190101, 20100115])) |
A repeat datelist is a list of arbitrary dates, using YYYYMMDD format. It will use the same date arithmetic as a repeat date.
...