From 23a53558d77c2bb06b89665e03195fd647572e6f Mon Sep 17 00:00:00 2001 From: Helianthropy <21966739+Helianthropy@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:40:09 -0700 Subject: [PATCH] Emphasize account types (CalDAV/CardDAV) for iOS sync in groupware/sync_ios.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds bold to “CalDAV” and "CardDAV" to draw attention to which account type to select and adds notes to each respective section to highlight a potential error a user might have made if they selected the wrong account type, not realizing/noticing that they are different. Signed-off-by: Helianthropy <21966739+Helianthropy@users.noreply.github.com> --- user_manual/groupware/sync_ios.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/user_manual/groupware/sync_ios.rst b/user_manual/groupware/sync_ios.rst index be23255f195..2d193285f81 100644 --- a/user_manual/groupware/sync_ios.rst +++ b/user_manual/groupware/sync_ios.rst @@ -11,7 +11,7 @@ Calendar #. Select Calendar Accounts. #. Select Add Account. #. Select Other as account type. -#. Select Add CalDAV account. +#. Select Add **CalDAV** account. #. For server, type the domain name of your server i.e. ``example.com``. #. Enter your user name and password. #. Select Next. @@ -30,6 +30,8 @@ Your calendar will now be visible in the Calendar application. .. note:: Beginning with iOS 12 an SSL encryption is necessary. Therefore do **not** disable **SSL** (For this reason a certificate is required at your domain, https://letsencrypt.org/ will do). +.. note:: If you select **CardDAV** only contact syncing will be made available. + Contacts -------- @@ -40,7 +42,7 @@ Contacts #. Select Contacts Accounts. #. Select Add Account. #. Select Other as account type. -#. Select Add CardDAV account. +#. Select Add **CardDAV** account. #. For server, type the domain name of your server and path, i.e., ``example.com/remote.php/dav/principals/users/username/`` (replace **example.com** and **username**). #. Enter your user name and password. #. Select Next. @@ -50,6 +52,8 @@ You should now find your contacts in the address book of your iPhone. .. note:: Beginning with iOS 12 an SSL encryption is necessary. Therefore do **not** disable **SSL** (For this reason a certificate is required at your domain, https://letsencrypt.org/ will do). +.. note:: If you select **CalDAV** only calendar syncing will be made available. + If it's still not working, have a look at `Troubleshooting Contacts & Calendar`_ or `Troubleshooting Service Discovery`_.