Read the statement by Michael Teeuw here.
Local .ics file access error
-
Thanks a lot, @lolo
Unfortunately this does not make any difference… usingwebcal://...
displays “no appointments” within the calendar as well. The MM’s log says “Calendar error. Could not fetch calendar … 404: Not found”. -
I have local calendar and is working fine.
Copy file.ics in modules folder and add to configurl: "webcal://localhost:8080/modules/file.ics"
or
url: "webcal://0.0.0.0:8080/modules/file.ics"
-
Thanks a lot @lolo - you made my day!
That was the crucial point: the modules directory. I now can access the file viaurl: "webcal://[MM-IP]/modules/file.ics"
! :-)
Thanks a lot again!!! -
@kai as @lolo suggested the files will be accessible if it is in modules directory. Not all files on root level are accessible directly. Below directories and their child directories and files are accessible from browser.
"/config", "/css", "/fonts", "/modules", "/vendor", "/translations", "/tests/configs"
-
Thank you very much @ashishtank for sharing this!
Good to know! :-)