> ## Documentation Index
> Fetch the complete documentation index at: https://docs.digitalfyre.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CalDAV & CardDAV

OX App Suite supports CalDAV (for calendar sync) and CardDAV (for contact sync), allowing you to access your calendars and address books from any compatible device or application.

These settings are also available in the customer portal under **Manage Email Accounts → Calendars and Contacts**.

## Connection Settings

| Setting        | Value                                              |
| -------------- | -------------------------------------------------- |
| **Server URL** | `dav.us.appsuite.cloud`                            |
| **Username**   | Your full email address (e.g., `user@example.com`) |
| **Password**   | Your email account password                        |

## Setup Instructions

<Tabs>
  <Tab title="iOS">
    <Steps>
      <Step title="Open Calendar Settings">
        Go to **Settings → Calendar → Accounts → Add Account → Other**.
      </Step>

      <Step title="Add CalDAV">
        Select **Add CalDAV Account** and enter the server URL, your email address, and password.
      </Step>

      <Step title="Add CardDAV">
        Repeat using **Add CardDAV Account** with the same server URL and credentials.
      </Step>
    </Steps>
  </Tab>

  <Tab title="macOS">
    <Steps>
      <Step title="Open Internet Accounts">
        Open **System Settings → Internet Accounts → Add Other Account**.
      </Step>

      <Step title="Add CalDAV">
        Select **CalDAV Account** and enter the server URL and credentials.
      </Step>

      <Step title="Add CardDAV">
        Repeat for **CardDAV Account**.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Android">
    OX App Suite offers a dedicated **Android Sync App** for CalDAV and CardDAV. Alternatively, use **DAVx5** (available on Google Play and F-Droid):

    <Steps>
      <Step title="Install DAVx5">
        Install DAVx5 from Google Play or F-Droid.
      </Step>

      <Step title="Add Account">
        Add a new account using your full email address and password. Set the base URL to `dav.us.appsuite.cloud`.
      </Step>

      <Step title="Select What to Sync">
        Choose which calendars and address books to sync.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Thunderbird">
    Thunderbird supports CalDAV natively:

    <Steps>
      <Step title="Add CalDAV Calendar">
        Go to **Calendar → New Calendar → On the Network** and enter the CalDAV URL: `https://dav.us.appsuite.cloud`. Enter your credentials when prompted.
      </Step>

      <Step title="Add CardDAV Contacts">
        Install the **CardBook** add-on and add a CardDAV remote address book using the same server URL.
      </Step>
    </Steps>
  </Tab>
</Tabs>
