dupondje / PHP-Push-2

Z-Push Fork With CalDAV/LDAP Support
GNU Affero General Public License v3.0
67 stars 24 forks source link

Integration with Owncloud #76

Open Mojimbo opened 11 years ago

Mojimbo commented 11 years ago

i have to connect the php-push2 with Owncloud (for blackberry phones). I have installed php-push 2 but i can't find any example to configure the php-push 2's config.php. When i try to connect my blackberry, from php-push2's logs i can find logs from phone to php-push2, but no log about php-push2 and owncloud

This is my actual php-push2's config.php

define('CARDDAV_PRINCIPAL','contacts'); define('CARDDAV_SERVER', 'http://{MY SERVER ADDRESS}'); define('CARDDAV_PORT', '80'); define('CARDDAV_PATH', '/apps/contacts/carddav.php/addressbooks/%u/');