Skip to content

Other CalDAV/CardDAV Apps

Any app that supports CalDAV or CardDAV can sync with SilentSuite through the SilentSuite Bridge. This guide covers the general setup process.

What You Need

Before configuring your app, make sure the SilentSuite Bridge is installed and running. Then gather these connection details from the bridge dashboard at http://localhost:37358/.web/:

FieldValue
CalDAV URLhttp://localhost:37358/your@email.com/
CardDAV URLhttp://localhost:37358/your@email.com/
UsernameYour SilentSuite email
PasswordYour SilentSuite password

Replace your@email.com with the email you used to log into the bridge.

Generic Setup Steps

Most CalDAV/CardDAV apps follow a similar pattern:

Calendars (CalDAV)

  1. Open your app's account or calendar settings.
  2. Look for an option to add a CalDAV account (sometimes called "CalDAV calendar", "network calendar", or "remote calendar").
  3. Enter the CalDAV URL, username, and password from the table above.
  4. Save. The app should discover your calendars automatically.

Contacts (CardDAV)

  1. Open your app's account or contacts settings.
  2. Look for an option to add a CardDAV account (sometimes called "CardDAV address book" or "remote contacts").
  3. Enter the CardDAV URL, username, and password from the table above.
  4. Save. The app should discover your address books automatically.

Tasks (CalDAV)

Task lists are served over CalDAV alongside calendars. If your app supports VTODO, task lists will appear after adding the CalDAV account.

Apps Known to Work

These apps have been tested with SilentSuite through the DAV bridge. For some, we have dedicated setup guides.

AppPlatformGuide
ThunderbirdLinux, macOS, WindowsThunderbird guide
Apple Calendar & ContactsmacOSmacOS guide
Microsoft Outlook (with CalDav Synchronizer)WindowsWindows guide
em ClientWindows, macOSWindows guide
GNOME Calendar & ContactsLinuxGNOME guide
GNOME EvolutionLinuxEvolution guide
KDE KontactLinuxKDE guide
BusyCalmacOSUse CalDAV account setup
FantasticalmacOS, iOSUse CalDAV account setup
DAVx5AndroidUse CalDAV/CardDAV account setup
RainlendarWindows, macOS, LinuxUse CalDAV subscription
Calendars by ReaddleiOSUse CalDAV account setup
CardBook (Thunderbird add-on)Linux, macOS, WindowsUse CardDAV remote address book

TIP

If your app supports CalDAV or CardDAV but is not listed here, it will most likely work. Use the generic steps above.

URL Variants

Some apps require different URL formats. If the default URL does not work, try these:

FormatURL
With email pathhttp://localhost:37358/your@email.com/
Root URLhttp://localhost:37358/
With .well-knownhttp://localhost:37358/.well-known/caldav
IP instead of hostnamehttp://127.0.0.1:37358/your@email.com/

Troubleshooting

App cannot find any calendars or contacts

  1. Verify the bridge is running: open http://localhost:37358/.web/ in your browser.
  2. Check that you are using the correct URL format. Try the root URL (http://localhost:37358/) if the full path does not work, or vice versa.
  3. Make sure your username and password are correct. They are the same credentials you use to log into SilentSuite.

Connection refused or timeout

  1. The bridge must be running on the same machine as your app. It listens on localhost only.
  2. Check that port 37358 is not blocked by a firewall.
  3. Try http://127.0.0.1:37358/ instead of http://localhost:37358/.

SSL/TLS errors

The bridge runs over plain HTTP on localhost. If your app requires HTTPS, it will not work directly. Some apps let you disable SSL verification for local connections. Check your app's settings.

Sync is slow or events are missing

  1. Check the bridge dashboard for sync errors.
  2. Some apps limit how far back they sync events. Look for a "sync range" or "time range" setting.
  3. Force a sync in your app (usually pull-to-refresh or a sync button).

Two-way sync not working

Make sure your app is configured for read-write access, not read-only. Some apps default to one-way sync or subscribe mode for CalDAV URLs.

Released under the AGPL-3.0 License.