We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
due to the bound iteration in the XML parser, only 10 recurring events are expanded:
scrapegoat/lib/xml/parser.js
Line 187 in 643ff02
when fetching events using getEventsByTime(), the parser should expand at least until the specified end date is reached.
getEventsByTime()
The text was updated successfully, but these errors were encountered:
fix(parser): abort expanding recurring events when end is reached
4d54c2c
fixes peerigon#34
Successfully merging a pull request may close this issue.
due to the bound iteration in the XML parser, only 10 recurring events are expanded:
scrapegoat/lib/xml/parser.js
Line 187 in 643ff02
when fetching events using
getEventsByTime()
, the parser should expand at least until the specified end date is reached.The text was updated successfully, but these errors were encountered: