Skip to main content
2 votes
0 answers
65 views

I am building a CalDAV/CardDAV client for Gleam, and the library follows sans-io pattern. This is the test code: pub fn main() { let credentials = gdav.credentials("http://localhost:8080/...
Abhimanyu Sharma's user avatar
0 votes
1 answer
276 views

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 ...
mr_lou's user avatar
  • 1,920
0 votes
0 answers
199 views

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 (...
julian's user avatar
  • 1
1 vote
0 answers
507 views

I'm looking to use Google CardDAV to push a set of Contacts tied to a specific Google account out to a bunch of iPhone devices using our MDM software. So far everything works - i pointed the software ...
Joseph Borusiewicz's user avatar
1 vote
0 answers
221 views

I have multiple CSV files with contacts. Each file belongs to a different user. I'd like to give users an option to read contacts using CardDav protocol. It should be READ-ONLY. I'm considering ...
Milano's user avatar
  • 18.9k
0 votes
1 answer
2k views

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 ...
Lukerayner's user avatar
1 vote
1 answer
59 views

I'm trying to get all response tags by using: .//{DAV:}response tree = etree.fromstring(r.content) for response in tree.xpath(".//{DAV:}response"): ... The problem is that lxml ...
Milano's user avatar
  • 18.9k
0 votes
0 answers
197 views

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 ...
Abdulmonem Dakheel's user avatar
1 vote
0 answers
322 views

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&...
Milano's user avatar
  • 18.9k
0 votes
1 answer
733 views

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 ...
jim's user avatar
  • 43
0 votes
1 answer
726 views

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: [...
Flo's user avatar
  • 19
1 vote
0 answers
278 views

I'd like to periodically update contacts on my android phone with my own server(REST based service). Is it ok to create simple service to run in background and communicate with my REST to get updates ...
arek's user avatar
  • 1,332
1 vote
0 answers
131 views

Does anyone else also noticed strange forbidden responses for existing vcard files updates? See my curl example: curl --location --request PUT 'https://p52-contacts.icloud.com/1........4/carddavhome/...
Lukasz's user avatar
  • 33
0 votes
1 answer
464 views

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 ...
Sören Kuklau's user avatar
0 votes
0 answers
483 views

I want to write a little LDAP 2 CardDav Gateway, which gets a request (from a Desktop Phone/PBX) on it's LDAP side and converts it to a CardDAV request. So for I used raw HTTP/XML requests and was ...
engelant's user avatar
  • 143

15 30 50 per page
1
2 3 4 5
7