-
Note: we are currently on https://github.com/laget-se/ical.net which we just realized was marked archived on 10/14/24. Entering this in case this is an issue in this current library.
The fol…
-
The program outputs lines like:
```
DTSTART;TZID="W. Europe Standard Time":20160517T160000
```
but http://icalendar.org/validator.html corectly highlights this to be an invalid `TZID` value, as per …
-
This is a meta-issue to collect all the things we want to have in v0.8 (see also the [milestone](https://github.com/C4ptainCrunch/ics.py/milestone/8)) and how we want to get there. I'll try to keep th…
-
`https://fpira.com/calendars/posts.ics` cannot be parsed due to bad line feeds
check line endings to comply with https://icalendar.org/iCalendar-RFC-5545/3-1-content-lines.html.
Then validate ou…
-
According to RFC 5545, every VCAL needs a `PRODID` and `VERSION`. If those are not explicitly added, `Calendar.to_ical()` produces non-conforming output because they are missing.
It could be a de…
-
The issue tasks/tasks#2527 above is created by DAVx5, further possibly by this library. The assumption is at follows:
The following code transfers unknown iCalendar RELTYPE’s to PARENT:
https://gi…
-
`khal import` fails to import events containing this:
> CREATED:00001231T000000T
Judging from internet chatter, such data seemingly originate from Google, and is arguably bogus (RFC 5545 does not …
-
I don't think [RFC 5545](https://tools.ietf.org/html/rfc5545) is supported (yet). Are there any plans to support it in the future?
-
iCalendar spec says that the UNTIL format should match the same format as DTSTART. And if DTSTART specifies a TZID then the UNTIL should as well.
Because UNTIL is just a DateTime, there is no way to…
-
Some calendar clients generate recurring events with date and time, plus all-day EXDATEs:
```
BEGIN:VEVENT
UID:527f3d37-ed76-4c6a-8aae-bf6d71a4ad09
DTSTART;TZID=Europe/Vienna:20240317T100000 …