Hi,
How could I specifie an interval of occurrences of a time period like the function every() in recur parser.
example :
const schedule = { h: 8, m:0 };
how set this schedule to fires every 2 days rather than every day without using the every() function in parser, just with serializable schedule ?
Thanks in advance