Bug 397186 - adding calendar from jsp url does nothing
Summary: adding calendar from jsp url does nothing
Status: REPORTED
Alias: None
Product: korganizer
Classification: Applications
Component: import/export (show other bugs)
Version: 5.7.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-05 18:04 UTC by ederag
Modified: 2020-03-30 22:01 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?