later icon indicating copy to clipboard operation
later copied to clipboard

Specifies an interval of occurrences of a time period in serializable schedule without using recur().every() parser

Open yasserbouchareb opened this issue 4 years ago • 0 comments

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

yasserbouchareb avatar Mar 19 '21 10:03 yasserbouchareb