Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 29 additions & 5 deletions user_manual/groupware/sync_ios.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,42 @@
Synchronizing with iOS
======================

Prerequisites
-------------

Generate an App password:

#. In Nextcloud, go to Settings
#. Go to Security
#. Scroll down to Devices & sessions
#. In 'App name' fill in for example 'iPhone'
#. Keep the displayed App login and password for the next steps

Calendar
--------

#. Open the settings application.
Open the settings application on iOS:

#. Select Apps.
#. Select Calendar.
#. Select Calendar Accounts.
#. Select Add Account.
#. Select Other as account type.
#. Select Add **CalDAV** account.
#. For server, type the domain name of your server i.e. ``example.com``.
#. Enter your user name and password.
#. Enter your App login as username.
#. Enter your App password.
#. Select Next.
#. Open Advanced Settings
#. 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**).
#. Toggle 'SSL' on
#. For port, fill in 443
#. Close Advanced Settings

Your calendar will now be visible in the Calendar application.

.. note:: It may take a few minutes to synchronise all the events.

.. note:: If you get an error message related to SSL, you can try the following: Make sure that you
either specify both the protocol (``https://``) and the port (usually ``443``) in the ``Server`` field,
i.e., ``https://example.com:443/remote.php/dav/principals/users/username/``,
Expand All @@ -36,16 +53,23 @@ Your calendar will now be visible in the Calendar application.
Contacts
--------

#. Open the settings application.
Open the settings application on iOS:

#. Select Apps.
#. Select Contacts.
#. Select Contacts Accounts.
#. Select Add Account.
#. Select Other as account type.
#. 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.
#. For server, type the domain name of your server i.e. ``example.com``.
#. Enter your App login as username.
#. Enter your App password.
#. Select Next.
#. Open Advanced Settings
#. 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**).
#. Toggle 'SSL' on
#. For port, fill in 443
#. Close Advanced Settings

You should now find your contacts in the address book of your iPhone.

Expand Down
Loading