Skip to content
New issue

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

Recurring events not expanded to full range #34

Open
tripodsan opened this issue Dec 3, 2019 · 0 comments · Fixed by tklgetud/scrapegoat#1 · May be fixed by #48
Open

Recurring events not expanded to full range #34

tripodsan opened this issue Dec 3, 2019 · 0 comments · Fixed by tklgetud/scrapegoat#1 · May be fixed by #48

Comments

@tripodsan
Copy link

due to the bound iteration in the XML parser, only 10 recurring events are expanded:

for (let i = 0; i < 10; i++) {

when fetching events using getEventsByTime(), the parser should expand at least until the specified end date is reached.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment