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

CalDAV/CardDAV Radicale backup

Now that I am runing Radicale on my own Linux server (to manage calendars and contacts), I am trying to figure out how to backup Addressbooks via a bash script (which I could then cron or manually launch). The exporting part is not going to be so…
GomsqB0T
  • 95
  • 9
0
votes
0 answers

What is standard way to implement the contact sync server using CardDAV

I am looking to setup a CardDAV server which will sync my contacts from a database to a client device using a standard protocol. I am currently using ASP.net for web and MSSQL 2008 for the backend, now I want to develop an access point where the…
Ram Balwad
  • 269
  • 1
  • 4
  • 11
0
votes
1 answer

Implementing a Card- and CalDAV Client

I was asked to develop a web-application that can talk to my company's Card-/CalDAV-Server (Kerio Connect). I've spent the past hours trying to find a suitable library but there doesn't seem to be one that is functional and still maintained. Milton…
F. Engels
  • 21
  • 3
0
votes
1 answer

Failure to convert JFIF/Jpeg from CardDAV server's response

I'm using C#'s WebClient to download and image from a CardDav server and when I look at Fiddler the response from the server will contain a jpeg file, I can even preview the response as an image on Fiddler and it looks fine. I've tried all the c#…
paul-2011
  • 675
  • 10
  • 27
0
votes
2 answers

How to expose CardDAV address books / CalDAV calendars with arbitrary filters?

I want to provide access to address books and calendars that may have search filters (e.g. tags, user, groups) applied. They should not be auto-discoverable because there may be billions of combinations but must nonetheless be compatible with common…
Arc
  • 11,143
  • 4
  • 52
  • 75
0
votes
1 answer

Google CardDAV - returning "error", no indication why?

Ok, I'm trying to do very simple queries against the Google CardDAV interface. I have a valid OAuth key, I have a valid email address. Using curl, attempting this: curl --request REPORT \ --header "Content-Type: text/xml" \ --header…
Andy Wallace
  • 609
  • 8
  • 26
0
votes
1 answer

number-of-matches-within-limits requesting CardDav server

I recently tried to read alot of VCards from iCloud CardDav server. However I realized there is a limit on the 5000th vCard I request. Here is my REPORT request:
user3629050
  • 169
  • 2
  • 9
0
votes
3 answers

How to insert a new contact using Google CardDAV API?

Google CardDAV API Developer's Guide is very brief when it comes to contact manipulation. The only hint about how to insert a new contact is this: Client applications issue a POST request with the new contact in VCard 3.0 format. The response will…
jansokoly
  • 1,994
  • 2
  • 18
  • 25
0
votes
1 answer

How to define an offset in CardDav REPORT request

I am using cardDav standard and I have to handle a lot of contact. The carddav standard does define a way to limit the number of results (doc) with REPORT request but is there any way to define an offset? I would like to retrieve all my contacts by…
user3629050
  • 169
  • 2
  • 9
0
votes
2 answers

How to implement CardDAV in Ruby on rails

I want to import contacts from from iCloud and I know it can be done through CardDAV protocol which used by iCloud at server side. But how I can fetch contacts from iCloud using CardDAV, is there any gem to perform such operation or code. Any help…
Sandeep Garg
  • 1,292
  • 1
  • 13
  • 31
0
votes
2 answers

Google CardDAV API addressbook-multiget returns 400 Bad Request

I'm trying to retrieve all contacts from Google Contacts via Google's CardDAV API. According to the CardDAV Developer's Guide, this should be done via sending a addressbook-multiget REPORT. Which, according to RFC 6352, should look like…
jansokoly
  • 1,994
  • 2
  • 18
  • 25
0
votes
1 answer

Accessing contacts using carddav protocol from yahoo or any other web mail server

I wanted to retrieve contacts from Yahoo or any third party CARDDAV supported mail servers using CARDDAV protocol. I found the .NET Code to retrieve the contacts using CARDDAV on the link https://github.com/Metric/CardDavNet. I am trying to get the…
0
votes
2 answers

In android, where can I find log files, espacialy those of the default contact app when it crashes ? Why does my contact app crashes?

Trying to sync contact of an egroupware instance with an android v4 using CardDAV Sync, the "contact" app crash if I try to add/change a contact of the CardDAV group. CardDAV Sync include a login system, which give me the follwing result :…
psychoslave
  • 2,783
  • 3
  • 27
  • 44
0
votes
1 answer

Does iOS CalDAV and CardDAV support non-default ports?

I am trying to connect to CalDAV server from iPad, iOS v7.0.2(11A501), that is running on HTTP port 8080. It failed to connect. Using Fiddler tool I have found that iPad CalDAV client is sending requests to port 443 and to port 80 instead of the one…
IT Hit WebDAV
  • 5,652
  • 12
  • 61
  • 98
0
votes
1 answer

How to encode newlines in vCard 4.0 parameter values: ^n or \n?

The vCard 4.0 RFC 6350 says that Newlines in property parameter values must be encoded as \n (at least for LABEL parameter of ADR property): The property can also include a "LABEL" parameter to present a delivery address label for the address. …
IT Hit WebDAV
  • 5,652
  • 12
  • 61
  • 98