-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feat: carddav client #3851
feat: carddav client #3851
Conversation
…into 2020-03-26-addressbooks
…a into 2020-03-22-carddav-client
Kudos, SonarCloud Quality Gate passed! |
Do you know if this update will address #5150 ?? Sorry I just realised this is to add a carddav client to Monica, thats cool! |
🎉 This PR is included in version 3.3.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Hey, sorry to reanimate this thread, but I've been trying to figure out how to use this feature for a few days and I can't get my head around it. |
I can't find any documentation about it, but a user tried: #5654 |
By the way is the synchronization one-way? Meaning CalDAV data is only read from the server, right? |
I am finding strange behaviour where my Monica contacts on my iPhone over time simply duplicate themselves. |
This pull request has been automatically locked since there |
This depends on #3749
It will close #2738
This adds the ability to add an external carddav source, and sync contacts in a new address book.
There are 2 steps
monica:newaddressbooksubscription
. A dedicated UI will be added later in another PR.Limitations
For instance, this is not the case of google api... Hopefully I managed how to handle this specific case, but we will not add further exceptions.