1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00
z-push_ynh/sources/backend/carddav
2015-08-10 13:39:56 +01:00
..
carddav.php Latest sources from https://github.com/fmbiete/Z-Push-contrib 2015-08-10 13:39:56 +01:00
config.php use Z-Push-contrib 2014-12-18 18:08:26 +01:00
README use Z-Push-contrib 2014-12-18 18:08:26 +01:00
REQUIREMENTS use Z-Push-contrib 2014-12-18 18:08:26 +01:00
THANKS use Z-Push-contrib 2014-12-18 18:08:26 +01:00

This is a CardDAV backend based in the vcarddir backend.

It supports DAViCal, Sogo, OwnCloud, SabreDav... and should works with any carddav server. So if it doesn't work with your server, please open a issue.

It supports ChangesSink method that will detect and send faster changes to your device.

DAViCal implements the SYNC operation, it's a very fast method to detect changes in your vcards.
The others servers don't implement it, so the code will fallback to a slower method (suggest your carddav server developers to implement it!!).

This is controlled with a flag in the config.php file.

Also, it can autodetect multiple addressbooks and will present them to the mobile device as an unique addressbook (only iOS supports multiple addressbook).