webcal link not https #190
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
webcal is not a valid URL protocol, is kind of a way of stating that the link leads to a webcal link. Actually, webcal means http, and webcals https. So it should work perfectly. It looks like the URL you are using expects https, so you can simply use the link https://j4.gfg-fortbildung.de/index.php?option=com_dpcalendar&task=ical.download&id=44. It should work correctly. |
Beta Was this translation helpful? Give feedback.
-
|
Other calendar software such as Thunderbird will try first https for webcal and as a fallback http. Perhaps that is a good way to handle these URLs. Software that supports webcal is https://en.wikipedia.org/wiki/Webcal#Handlers My proposal:
This is very similar to how Thunderbird works. |
Beta Was this translation helpful? Give feedback.
webcal is not a valid URL protocol, is kind of a way of stating that the link leads to a webcal link. Actually, webcal means http, and webcals https. So it should work perfectly.
It looks like the URL you are using expects https, so you can simply use the link https://j4.gfg-fortbildung.de/index.php?option=com_dpcalendar&task=ical.download&id=44. It should work correctly.