-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Groupware Clients Part 1 #923
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
====================== | ||
Using the calendar app | ||
====================== | ||
|
||
The Calendar app is not enabled by default in Nextcloud |version| and needs to | ||
be enabled separately. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,19 @@ | ||
=================== | ||
Synchronize Android | ||
=================== | ||
========================== | ||
Synchronizing with Android | ||
========================== | ||
|
||
Address book and Calendar | ||
------------------------- | ||
Contacts and Calendar | ||
--------------------- | ||
|
||
#. Install DAVdroid (possibly through F-Droid) | ||
#. Install `DAVx⁵ (formerly known as DAVDroid) <https://www.davx5.com/download/>`_ on your Android device. | ||
#. Create a new account ("+" button) | ||
#. Select "Connexion with URL and username" | ||
#. For URL, type ``https://www.yournextcloud.com/remote.php/dav`` | ||
#. For URL, type ``https://sub.example.com/remote.php/dav`` | ||
#. Then your Nextcloud credentials | ||
#. Click ``Connect`` | ||
#. Important: Enter your email address as DAVdroid account name (mandatory if you want to be able to send calendar invitation) | ||
#. Important: Enter your email address as DAVx⁵ account name (mandatory if you want to be able to send calendar invitation) | ||
#. Chose the option ``Groups are categories for each of the contacts`` | ||
#. Select the data you want to sync | ||
#. Chose the Address book and calendar you want to show in your dedicated Android apps | ||
|
||
You should now find your contacts in the address book of your Android. If it's still not working, have a look at the `Troubleshooting Contacts & Calendar`_ guides. | ||
|
||
.. _Troubleshooting Contacts & Calendar: https://docs.nextcloud.org/server/14/admin_manual/issues/index.html#troubleshooting-contacts-calendar | ||
.. TODO ON RELEASE: Update version number above on release | ||
You should now find your contacts in the contacts-app of your Android. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
================================================== | ||
Thunderbird - synchronize addressbook and calendar | ||
================================================== | ||
============================== | ||
Synchronizing with Thunderbird | ||
============================== | ||
|
||
Addressbook | ||
----------- | ||
Contacts | ||
-------- | ||
|
||
As someone who is new to Nextcloud and new to CardBook here is what you need in excruciating pithy detail to make this work: | ||
|
||
|
@@ -35,11 +35,11 @@ https://cloud.nextcloud.com/remote.php/dav/addressbooks/users/daniel/Thunderbird | |
.. image:: ../images/addressbook_name.png | ||
|
||
5. Once installed, synchronize your addressbook by clicking "Synchronize" in the top left corner of CardBook. | ||
You'll see your address book populate from Nextcloud! | ||
You'll see your address book populate from Nextcloud! | ||
|
||
.. image:: ../images/synchronize_cardbook.png | ||
|
||
The rest of the details of dealing with Thunderbird CardBook are left to the reader... | ||
The rest of the details of dealing with Thunderbird CardBook are left to the reader... | ||
|
||
Calendar | ||
-------- | ||
|
@@ -62,4 +62,4 @@ https://cloud.nextcloud.com/remote.php/dav/calendars/daniel/personal/ | |
|
||
.. image:: ../images/CalDAV_calendar.png | ||
|
||
The rest of the details of dealing with Thunderbird Calendar are left to the reader... | ||
The rest of the details of dealing with Thunderbird Calendar are left to the reader... | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This sentence seems kind of weird to me. It kind of sounds like "We were to lazy to explain more. Go figure it out yourself, not our problem." We explained how to connect Lightning to Nextcloud, so I would just replace this sentence with something like: Same goes for Cardbook above. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. => Another PR |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to add that Thunderbird, unlike macOS, evolution or KOrganizer, does not support the automatic discovery of calendars. Hence you will have add each calendar, that you want to synchronise, individually.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something for another PR as this is purely about whitespace changes 😉