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

Wrong ical interpretation #31

Open
Flowr-es opened this issue Oct 31, 2023 · 0 comments
Open

Wrong ical interpretation #31

Flowr-es opened this issue Oct 31, 2023 · 0 comments

Comments

@Flowr-es
Copy link

First thanks to this awesome data set!

I took a deeper look into it and it looks like the end dates (at least for Niedersachsen 2024) are wrong.
According to the ical spec this:
BEGIN:VEVENT DTSTAMP:20220919T193841Z DTSTART:20240201 DTEND:20240202 SUMMARY:Winterferien Niedersachsen 2024 END:VEVENT

Means an Event starting at (german date format) 01.02.2024 00:00:00 and ending at 02.02.2024 00:00:00 or in other words, it is an allDay Event for the 01.02.2024

However the vacations are actually 01.02. and 02.02.
So the Event should look like this:
BEGIN:VEVENT DTSTAMP:20220919T193841Z DTSTART:20240201 DTEND:20240203 SUMMARY:Winterferien Niedersachsen 2024 END:VEVENT

This is for all events for Niedersachsen 2024, so I assume it is affecting all events for all states.
You can test it e.g. importing the ics into the Thunderbird Calendar and it shows that the 02.02. is not taken into account on import of these data.

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

No branches or pull requests

1 participant