arved / PHP-Push-2-owncloud

PHP-Push-2 with CalDAV/LDAP + CardDAV for owncloud 5
GNU Affero General Public License v3.0
13 stars 4 forks source link

Get PHP-Push-2 CARDDAV working with owncloud 8 ? #11

Closed scramatte closed 9 years ago

scramatte commented 9 years ago

Hi,

Does anybody get PHP-Push-2 CARDDAV working with owncloud 8 ? I've got mac and iphone and I'm unable to sync contacts.

IMAP and Calendars look to work well

Thank you for your help

t3chguy commented 9 years ago

Try https://github.com/fmbiete/Z-Push-contrib

scramatte commented 9 years ago

I've just tried it but now neither carddav or imap work. I've got authentication error as my username are email and looks Z-Push-contrib strip domain name.

t3chguy commented 9 years ago

That's a config option in the main config.php file

    define('USE_FULLEMAIL_FOR_LOGIN', true);
scramatte commented 9 years ago

Everything works. Thank you very much