Read the statement by Michael Teeuw here.
Solution for Nextcloud Calender Integration
-
Re: Default calendar and Nextcloud CalDav
Hello together,
I have tried different ways and now found one that is not quite perfect but works.
Unfortunately, the NC user and password must be used in plain text, so I have generated for this purpose a special user on the NC that has no permissions but gets my calendar shared by me. This is certainly not the most elegant solution but it works and is relatively “safe”.
Here is the copy of my working ```
code_text{ module: "calendar", header: "Calender", position: "top_left", config: { calendars: [ { symbol: "calendar", url: "https://<USERNAME>:<PASSWORD>@<EXAMPLEnextcloud.org>/remote.php/dav/calendars/<USERNAME>/<NAMEofCALENDER>/?export", auth: { user: "USERNAME", pass: "PASSWORD", method: "basic", } }, ], } },
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login