Read the statement by Michael Teeuw here.
Live-sync mm calendar <- nextcloud calendar
-
Is there any way to show events from my Nextcloud Calendar to my MM instance dashboard?
-
@droidus supposedly you need to use this type of cal entry definition in MM cal config
calendars: [ { symbol: "calendar", url: "https://nextcloud.MYDOMAIN.xyz/remote.php/dav/calendars/USER/personal/?export", user: "USER", pass: "PASSW", method: "basic", }, ]
-
@sdetweil I added this code, but it is not showing up on my dashboard. I did a pm2 restart mm.
-
@droidus and u changed the URL to have MYDOMAIN and USER specify whatever nextcloud uses for you?
-
@droidus I use the link provided from NC in
https://nextcloud.MYDOMAIN.xyz/remote.php/dav/calendars/USERS/pers%c3%b6nlich/
adding
?export
Username and password I need to add to the url as shown here:
url: "https://USER:PASSWORD@nextcloud.MYDOMAIN.xyz/remote.php/dav/calendars/USER/pers%c3%b6nlich?export"
-
@sdetweil said in Live-sync mm calendar <- nextcloud calendar:
@droidus and u changed the URL to have MYDOMAIN and USER specify whatever nextcloud uses for you?
Yes.
@bdream said in Live-sync mm calendar <- nextcloud calendar:
@droidus I use the link provided from NC in
https://nextcloud.MYDOMAIN.xyz/remote.php/dav/calendars/USERS/pers%c3%b6nlich/
adding
?export
Username and password I need to add to the url as shown here:
url: "https://USER:PASSWORD@nextcloud.MYDOMAIN.xyz/remote.php/dav/calendars/USER/pers%c3%b6nlich?export"
This tells me file not found.
-
What is, if you take the link given by NC adding ?export at the end and USER:PASSWORD as shown and put it into your web browser.
Make sure to change USER and PASSWORD with your credentials.This should open/download the ics-file