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

What is the difference between Google's Contacts API and CardDav API?

I understand that they are implemented differently, but what is the difference in terms of functionality?
rwg05
  • 127
  • 6
1
vote
0 answers

Missing capabilities: Invalid DAV response: Couldn't parse Multi-Status response on REPORT multi-get

I have build DAVdroid apk from github https://github.com/bitfireAT/davdroid when I test unsigned apk wich is generated by debug or run as everythinig is ok and after enter username and password I get list of my calendars and contacts from owncloud…
NedimHX
  • 11
  • 1
1
vote
0 answers

Create a CardDav client to fetch contacts from server in iOS

I have read up almost all the questions here on SO regarding carddav and didn't find an answer for my question. Do let me know if this already answered. I need to create an app which implements a CardDav client to fetch contacts from the server. I…
inspeero
  • 75
  • 5
1
vote
1 answer

Can vCard 4.0 store more than 1 vCard contact that are not part of the group?

In vCard 4.0 RFC 6350 I see the following example in MEMBER property description, which is an example of vCard group: BEGIN:VCARD VERSION:4.0 KIND:group FN:The Doe family MEMBER:urn:uuid:03a0e51f-d1aa-4385-8a53-e29025acd8af …
IT Hit WebDAV
  • 5,652
  • 12
  • 61
  • 98
1
vote
0 answers

Google CardDAV API - getting users addressbook

Trying to use the Google CardDAV API to get at user's address books under my account. I have successfully gathered the base info for the principal user (PROPFIND current-user-principal), and the Home Set and addressbook of the principal, as defined…
Andy Wallace
  • 609
  • 8
  • 26
1
vote
1 answer

Is there any spec on BookmarkDAV?

Tinkering with iCloud, I found out that it is using some tweaked form of WebDAV to store and sync calendars, contacts and bookmarks. I got some specs on CalDAV and CardDAV searching in Google, but for bookmarks Apple seems to have developed its own…
Carlos Precioso
  • 2,731
  • 3
  • 21
  • 24
1
vote
1 answer

How do I figure out property cardinality in vCard 2.1 and 3.0

In vCard 4.0 specification each property has cardinality specified in RFC 6350 How do I find out cardinality for vCard 2.1 and 3.0? Are there any sign what the property with the same name can be included more than once in vCard 2.1 and 3.0?
IT Hit WebDAV
  • 5,652
  • 12
  • 61
  • 98
1
vote
0 answers

Sync adapter on IOS - My app sync contact with my server

I have an application that make JSON request and recover some contacts from db . But now, sync my app with my server. For example : sync all contacts from my db and register it into my address book (in my device). Like in android sync adapter. It…
Mcr67
  • 197
  • 1
  • 2
  • 9
1
vote
3 answers

Can't get Baikal running in a subdirectory

I try to install Baïkal on a dedicated host with the "regular package". I am using Nginx as webserver but I can't get it running. The official docs are only dedicated to run Baikal on a subdomain (http://baikal.mydomain.com) instead in a…
LongFlick
  • 1,129
  • 1
  • 12
  • 21
1
vote
2 answers

Google CardDAV API 403 Error

I've been trying to use Google's CardDAV APIs (and I've successfully gotten CalDAV access working). Unfortunately, I keep getting a 403 error when trying to discover the user's current-user-principal. FWIW, I have gone to Google's Developer…
1
vote
1 answer

Can vCard 2.1 Name property have commas in its components?

I need to parse vCard 2.1 Name property. In vCard 3.0 and 4.0 each component of the Name property can have multiple values. For example RFC 2426 clearly states: Individual text components can include multiple text values (e.g., multiple …
IT Hit WebDAV
  • 5,652
  • 12
  • 61
  • 98
1
vote
0 answers

Error 400 Bad Request using CardDav with iCal4j with Zimbra

I'm trying to download the vcard list from my zimbra account using iCal4j. I tried with this code. It correctly fetches the collections but it doesn't download any vCard. If i debug the getCollections method, i can see a HTTP/1.1 400 Bad Request…
Stefano Bertini
  • 292
  • 3
  • 11
1
vote
2 answers

CardDav server library

I'm building a java based web app. In the web app, we can create contact. We have already implemented an export to vcard. Now we would like to be able to synchronize with a contact manager (like Zimbra) the contact created on the app. To do so i…
benzen
  • 6,204
  • 4
  • 25
  • 37
1
vote
1 answer

CardDAV server with Java API (or working CardDAV Java Client API)

Is there any CardDAV Server which can be accessed via Java API? Another possibility would be to have a working(!) CardDAV Client Java API. The only library I found was ical4j but couldn't get it to read my contacts from owncloud. I also tried…
Benjamin M
  • 23,599
  • 32
  • 121
  • 201
1
vote
1 answer

Is vCard 2.1 still in use?

Is vCard 2.1 format still used by any software? Does any software still generates contacts in this format or excepts it (as of October 2013)?
IT Hit WebDAV
  • 5,652
  • 12
  • 61
  • 98