Project Description
Running a self coded PHP application that - among other stuff - manages address data stored in some database. In order to have that address data not just in my application but also in mail clients or on mobile phones, I exported the data to an CardDAV address book of an ownCloud server. But whenever address data within my application is changed or new addresses are added, I also need to modify the data on the ownCloud server. In order to avoid that, I'd like to utilize a simple CardDAV library in PHP to automate that step.
Goal for this Hackweek
Find a simple CardDAV PHP library covering my needs. Integrate it into my application and develop functions to modify the CardDAV data.
Resources
One starting point might be CardDAV-PHP
This project is part of:
Hack Week 21 Hack Week 22
Comments
Be the first to comment!
Similar Projects