Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Does CalDAV have to go to an internet server or can it be self-contained on a local PC?

  • 2 Antworten
  • 1 hat dieses Problem
  • 10 Aufrufe
  • Letzte Antwort von Ch16

more options

I'm attempting to set up software on a PC which uses CalDAV for scheduling. I found it very easy to create a CalDAV calendar with Thunderbird/Lightning. However, this PC is not allowed on the internet. Is there a way to publish CalDAV internally (self-contained to the PC) so that the software can sync to the calendar?

I'm attempting to set up software on a PC which uses CalDAV for scheduling. I found it very easy to create a CalDAV calendar with Thunderbird/Lightning. However, this PC is not allowed on the internet. Is there a way to publish CalDAV internally (self-contained to the PC) so that the software can sync to the calendar?

Ausgewählte Lösung

if you have cladav server software installed yes. If not, no.

Some caldav server implementations you could use are listed here. https://devguide.calconnect.org/CalDAV/Server-Implementations/

Note that as your local machine is unlikely to have DNS or a "name" you can refer to it as 127.0.0.1 instead of the normal domain names as that IP address is what is called your loopback address ie your computer.

See for more information on loopback and localhost https://en.wikipedia.org/wiki/Localhost

Diese Antwort im Kontext lesen 👍 1

Alle Antworten (2)

more options

Ausgewählte Lösung

if you have cladav server software installed yes. If not, no.

Some caldav server implementations you could use are listed here. https://devguide.calconnect.org/CalDAV/Server-Implementations/

Note that as your local machine is unlikely to have DNS or a "name" you can refer to it as 127.0.0.1 instead of the normal domain names as that IP address is what is called your loopback address ie your computer.

See for more information on loopback and localhost https://en.wikipedia.org/wiki/Localhost

more options

Matt - thanks so much. I'll let you know which way we go