Summary: | Importing .ics holidays calendar doesn't work | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Christos <aligatorturtle> |
Component: | import/export | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | winter |
Priority: | NOR | ||
Version First Reported In: | 5.13.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Holidays in Greece
greece.ics fixed |
Description
Christos
2020-03-25 23:03:46 UTC
the ics files you refer to are not valid . or at least not valid enough to make KOrganizer happy. try loading greece.ics into https://icalendar.org/validator.html and you'll see some problems, especially the PRODID is missing. You did encounter a known bug that KOrganizer will tell you it successfully loaded a calendar even though it failed. I'll attach a new greece.ics where I added the PRODID. You should be able to load this succesfully Created attachment 127033 [details]
greece.ics fixed
ok so this may be a vCalendar format and not an iCalendar formatted file. I have a patch that might help. The patch is currently under review. (In reply to Allen Winter from comment #3) > ok so this may be a vCalendar format and not an iCalendar formatted file. > > I have a patch that might help. The patch is currently under review. Ahh, didn't realise it was a different kind of formatted calendar, my bad. Since the not notifying for failure bug is already known should I close this/mark it as a duplicate? Well, feel free to do whatever, you probably know better. Thanks a lot for fixing the calendar! (Importing through Korganizer's, add calendar, ical file etc) doesn't work, but opening the file directly and adding it from Korganizer's popup does) should be fixed in the next KDE frameworks release FTR commit b3dc1e5d495721797dba0f28ee3eb01555bb5605 in KCalendarCore project |