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

Ical date recurrence fix #1539

Merged
merged 7 commits into from
Aug 5, 2019
Merged

Ical date recurrence fix #1539

merged 7 commits into from
Aug 5, 2019

Conversation

bjoernricks
Copy link
Contributor

@bjoernricks bjoernricks commented Aug 2, 2019

Fix calculating the next date of a schedule ical event. ical times are evil 👿

Checklist:

ical times are very dangerous to use. Use moment.js to create a current
datetime object and compare the unix timestamps (which is always in UTC)
for getting the due date.
@bjoernricks bjoernricks marked this pull request as ready for review August 2, 2019 10:59
@bjoernricks bjoernricks requested a review from a team August 2, 2019 10:59
bjoernricks and others added 3 commits August 5, 2019 11:24
Don't log warning if ical.js raised error due to finding same dates
which can happen due to 30 and last day are contained in the recurrence
rule.
swaterkamp
swaterkamp previously approved these changes Aug 5, 2019
@swaterkamp swaterkamp merged commit 8fe6527 into greenbone:gsa-8.0 Aug 5, 2019
@bjoernricks bjoernricks deleted the ical-date-recurrence-fix branch August 5, 2019 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants