CardDAV server January 25, 2012
Posted by Timothy Li in wind.trackback
Finally! was able put together the functional part of vCard server tonight.
In case anyone else is working on a server side script to manage the CardDAV, instead of an http request from the client, you can opt to:
- setup PDO
- create Sabre_CardDAV_Backend_PDO
- store a vCard into a String
- create a new card, Sabre_CardDAV_Backend_PDO->CreateCard()

Comments»
No comments yet — be the first.