Questions tagged [carddav]

CardDAV is an address book client/server protocol designed to allow users to access and share contact data on a server.

CardDAV is an address book client/server protocol designed to allow users to access and share contact data on a server.

101 questions
1
vote
1 answer

carddav caldav - Sync in AppEngine

I am trying to sync Google Contacts and Calendar in my proprietary application which is based on AppEngine (java). I have heard about carddav and caldav but I am still not sure how do we sync them two way. There are few libraries sardine but none of…
cloudpre
  • 1,001
  • 2
  • 15
  • 28
1
vote
0 answers

CardDAV Sync Protocol Support for iOS

How do I support CardDAV Sync protocol programmatically in iPhone? The default addressbook iPhone API does not seem to return the contacts synced via CardDAV protocol (for ex: gmail contacts)
1
vote
1 answer

Google CalDAV PROPFIND response

We are coding Plugins for Roundcube. We noticed that Google stopped to return vcard URL's on a PROPFIND request to ... https://google.com/m8/carddav/principals/__uids__/user%40gmail.com/lists/default/ Due to this issue Thunderbird/SoGo stopped…
1
vote
1 answer

Trouble understanding Calendar and Contact data (Content providers) in Android

I have built a CalDAV/CardDAV server in PHP. The next step is to create an Android client (can't use existing ones). I have never developed for Android before, so I am looking for the best approach for this kind of project. I have read through…
penguin egg
  • 1,154
  • 2
  • 10
  • 20
1
vote
1 answer

Google CardDAV changes vCard UID

I'm integrating the Google CardDAV with my webApplication. I have a strange problem sometimes when I make a PUT of a new vCard. If the vCard contains a UID and the UID is a GUID Google changes the vCard UID with a 16-char UID. for example: This is…
0
votes
1 answer

Serve Contacts Only - similar to CardDAV

I've created a rather large Business Intelligence System over the years. It already offers vCard export of customers and contacts. But this of course is a tedious process, where each employee has to manually import the vCard file on their phones. So…
mr_lou
  • 1,910
  • 2
  • 14
  • 26
0
votes
0 answers

PHP reading of iCloud contact data unexpectedly disturbed

I use a script that regularly reads three CardDAV directories of family members from the iCloud several times a day and synchronizes the prepared address data with our telephone system. This has worked flawlessly for years. Now access to one of the…
Black Senator
  • 449
  • 3
  • 11
0
votes
0 answers

How to use caldav/carddav using Horde Framework and lighttpd

I want to use caldav/carddav with Horde Framework and lighttpd. I can't connect to my Server with my iPhone or Thunderbird. I think the rewrite (lighttpd) isn't possible. Used Versions: Debian 11 (bullseye) Lighttpd 1.4.59 Horde Framework…
julian
  • 1
0
votes
0 answers

How to sync phone contacts from CRM app (carddav?)

I have a mobile app where people store their contacts. I want to be able to sync these contacts with the phone so if anyone calls my users they would have the name in the address book and show it when getting the call. I was thinking about…
user1269009
  • 463
  • 3
  • 13
0
votes
1 answer

Sabre.io Baikal REST API

I have setup a CardDav server using https://sabre.io/baikal/. It is working as expected but I now want to create a custom CRM with Laravel which can post contacts to the address books. Does anyone know if Baikal has its own REST API which I can use…
Lukerayner
  • 412
  • 6
  • 23
0
votes
0 answers

Is there a way to implement carddav client in react-native?

We are building an application with react native, and we have shared contacts on our server, we are trying to sync contacts using carddav protocol, i could not find a library that allow such operation for react native. Is there any ideas on how this…
0
votes
0 answers

vObject (carddav) - how to set multiple parameters for telephone

I'm trying to build a vcard using vobject python library. The server uses multiple phone types like this: TEL;TYPE="HOME","VOICE":111111111 TEL;TYPE="WORK","VOICE":4444444444 So I'm trying to do the same. vcard_phone =…
Milano
  • 18,048
  • 37
  • 153
  • 353
0
votes
1 answer

How to implement encryption on Baikal/ SabreDAV?

I am trying out Baikal for its CardDAV functionality in order to provide my users with addressbook functionality on iOS. I have created a desktop application and expect to be able to create a BLOB from this app, with VCard data, and insert it to a…
jim
  • 43
  • 6
0
votes
1 answer

Radicale with uwsgi and Apache with Debian: Connection refused

I want to set up Radicale for CardDav and CalDav syncing. I set up Apache and want to access Radicale with uwsgi. When I enter the user name it says 'Service Unavailable'. The error logfile shows: [proxy:error] [pid 21029:tid 140292405581568]…
Flo
  • 19
  • 6
0
votes
0 answers

Custom CardDAV server: clients (especially iOS) don't seem to request actual contacts

I'm trying to implement a custom CardDAV server on top of NWebDAV and ASP.NET Core 3.1, using an existing database as the actual data source for contacts. (NWebDAV seems to have excellent support for basic WebDAV notions like responding to PROPFIND.…
Sören Kuklau
  • 19,454
  • 7
  • 52
  • 86