RecurrenceRule "date" does not work
See original GitHub issueI expect the following to run only on the first day of each month since "date": 1
, but instead of would run every single day.
schedule.scheduleJob({ "date": 1, "hour": 6, "minute": 30 }, cb);
I’m now testing out the following. Hopefully this does what I want.
schedule.scheduleJob("30 6 1 * *", cb);
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
Recurrence Rule Not working | Xamarin.Forms Forums
I'm having issues with setting up a daily recurrence rule. ... example you provided works because your appointment start time is Todays date...
Read more >RecurrenceRule Problems... in UI for ASP.NET AJAX - Telerik
Hi, I got several problems with the RecurrenceRule. ... In order to have a recurrence rule which has an end date before the...
Read more >RecurrenceRuleIterator always returns start date as the first ...
The rule describes an event that should occur on last Friday of March, June, September and December. The rule is correct - checked...
Read more >Google calendar RRULE fails when updating but not when ...
FREQ=WEEKLY;DTSTART=20201203T090000;INTERVAL=2;BYDAY=TH;EXDATE:20201203T090000 is not a valid recurrence rule. With all the invalid parts ...
Read more >3.8.5.3. Recurrence Rule | iCalendar (RFC 5545)
In most cases, a "DTSTART" property of DATE-TIME value type used with a recurrence rule, should be specified as a date with local...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for your efforts on this. Really strange issue. The cron string worked fine so we’re happy. Still, very unusual.
Closing it. Feel free to reopen if you can provide some more info about how to reproduce the issue. Thanks