MagicMirror² v2.25.0 is available! For more information about this release, check out this topic.
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”
}