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
0
votes
1 answer

Does tomcat webdav support carddav?

Can tomcat's webdav servlet be used as a carddav address book? If not does anyone know of a carddav servlet which is free?
MitchBroadhead
  • 811
  • 14
  • 23
0
votes
2 answers

Dummy CardDav server

I'm looking to build a dummy CardDav server that allows me to do the following: - add a CardDav source on an iOS device - the source will show up as a group on the native Contacts app - no syncing actually takes takes place with the server (no…
andreimarinescu
  • 3,541
  • 2
  • 25
  • 32
0
votes
2 answers

How do I escape new line in vCard 4.0 values?

I see some inconsistency in vCard 4.0 RFC 6350 new line escaping rules. Section 3.4 says: NEWLINE (U+000A) characters in values MUST be encoded by two characters: a BACKSLASH followed by either an 'n' (U+006E) or an 'N' (U+004E). I assume…
IT Hit WebDAV
  • 5,652
  • 12
  • 61
  • 98
0
votes
2 answers

Why does iOS 7 not work with Baikal server?

Since upgrading to iOS 7, my iPhone could no longer access my Baikal Card DAV server. On the project's GitHub page, there are several issues open regarding this issue, but none could help me getting my iPhone talk to the server. How can I make this…
idleberg
  • 12,634
  • 7
  • 43
  • 70
0
votes
2 answers

Multiple CardDAV servers under a single root URL possible?

We have a Java Spring application with lot's of contacts inside a database. Now we'd like to provide these contacts via CardDAV in order to access them via external devices. As far as I understood CardDAV, it uses the 'well-known' protocol. Which…
Benjamin M
  • 23,599
  • 32
  • 121
  • 201
0
votes
1 answer

Google App Engine CardDav Example

I am developing an application in Java using Google App engine. I have Google Contacts CardDAV API to access contacts. How would I configure my project to access the contacts information. I googled but there isn't any proper guidance available for…
Jaynil
  • 128
  • 13
0
votes
1 answer

sabredav carddav not working on ios, barily working on android

I'm integrating sabredav into my webapplication, the connection between my app -> sabredab seems to be fine. Using the browser I can get to all the vcards needed. On Android when I use the…
Richard Deurwaarder
  • 2,023
  • 1
  • 26
  • 40
0
votes
2 answers

Is there anything similar to Cal/CardDAV in android

I have an app that has been designed for iOS. I have the CalDAV and CardDAV feature as part it that is used to sync the events and contacts from my app to the device. I'm now creating an android app and would like to know if there is something…
lokoko
  • 5,785
  • 5
  • 35
  • 68
0
votes
2 answers

How do I get to the base URL for the CardDAV protocol?

I want to get the vCards that exist for an account. The server is google.com and I know the username/password. What I dont know is what the correct base url is. Doing a PROPFIND on google.com yields service not available. I had a similar problem…
chacham15
  • 13,719
  • 26
  • 104
  • 207
-1
votes
2 answers

Owncloud on Raspbian with nginx - no webdav

I'm trying to get owncloud 6.0 running on my raspberry pi using nginx as web server and raspbian as os. Unfortunately it displays a webdav error in the admin backend and I'm not able to connect to it via the desktop sync client (the mobile client is…
Thomas
  • 1,468
  • 4
  • 14
  • 20
-2
votes
1 answer

Is it possible to use exiting database for CardDAV Server instead of file system

We have a system where a user can create a contact list with different groups and can sync those contacts from server to iPhone address book book using a CardDAV Account. We are using C#.net for development and back end is SQL server 2008 . Is it…
Ram Balwad
  • 269
  • 1
  • 4
  • 11
1 2 3 4 5 6
7