I am using later.js (meteor package, voidale:later-js-tz@1.1.9) to schedule events, using the later.parse.text() parser. I can schedule weekly events on a given weekday with no problem, with strings like 'at 11:00 on Monday'.
But I get parse errors trying things like 'at 11:00 on every second Monday of every month'.
Q: Is there a way to do this in later.js, or if not, is there a javascript library available that does support this?
Thanks.