Bug 397186

Summary: adding calendar from jsp url does nothing
Product: [Applications] korganizer Reporter: ederag <edera>
Component: import/exportAssignee: kdepim bugs <kdepim-bugs>
Status: REPORTED ---    
Severity: normal CC: winter
Priority: NOR    
Version: 5.7.3   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description ederag 2018-08-05 18:04:59 UTC
Right click in the calendar list>
Add Calendar>
iCal Calendar file
paste the url 
(looking like https://server/jsp/custom/modules/plannings/direct_cal.jsp?data=4011850addbbf02)
in the Filename entry
(should be allowed: "A URL of a remote file can also be specified")
Check "Read only"
OK

The dialog closes, but no calendar appears.

The url is valid, since after a direct download with
curl https://server/jsp/custom/modules/plannings/direct_cal.jsp?data=4011850addbbf02 > remotecal.ics
and giving the path to remotecal.ics,
the calendar appears correctly.

The reason why has possibly been given by Markus:
https://bugs.kde.org/show_bug.cgi?id=308129#c2
Comment 1 Allen Winter 2020-03-30 22:01:26 UTC
the url no longer exists.
can you provide another url for testing purposes?