A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
How can I integrate a Caldav calendar
-
Hello
i have an online calendar that i would integrate into my MagicMirror but it is in a Caldav format and password protected i can somehow integrate it. i have tried it this way (see picture).
-
@MsHyper many people use a script to fetch the caldav as an ics with curl, into the calendar module folder
and use that file in a local url
{
url: “http://localhost:port/modules/default/calendar/???.ics”
}