You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
yasserbouchareb
changed the title
Specifies an interval of occurrences (as recur().every()) of a time period in serializable schedule
Specifies an interval of occurrences of a time period in serializable schedule without using recur().every() parser
Mar 19, 2021
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
The text was updated successfully, but these errors were encountered: