later icon indicating copy to clipboard operation
later copied to clipboard

Maximum number for count occurrence

Open paed88 opened this issue 9 years ago • 1 comments

I'm using sched.next(count, start date) API and I set the number of count to 2000. But it seems that the maximum number of count is limited to 1000 only. Since I need to get occurrence for the whole year in each minutes each day, it seems that I can't get the whole occurrence since the count is limited.

Another issue here is when I'm using sched.next(count, start date, end date), I set the start date to epoch date format but I can't use the same format for the end date.

paed88 avatar May 18 '16 03:05 paed88

Bump, I'm also having this issue. It would be nice if the count was not limited. It would also be nice to have the option to return ALL (rather than defining the count explicitly).

nickgoodenough avatar Mar 18 '18 02:03 nickgoodenough