I want to use fullcalendar to display a calendar for my family, which works fine when using local ICS files as an event source.
How can I use a remote Caldav source - in my case radicale? Radicale itself works fine and serves an ICS file when I use a Radicale URL.
Using the same URL with fullcalendar brings up nothing. What can I do?
Thanks for any support! Regards,
Christian
- used fullcalendar successfully with local event source (*.ics)
- established a radicale Caldav server working fine for iOS and Android Clients
- tried using same URL for fullcalendar, no events are displayed
Checking the console while following the hints of ADyson I found an error regarding CORS. Adding a header to my radicale config ("Access-Control-Allow-Origin") fixed the problem.