[Owncloud] Php-push and owncloud
Guillaume ZITTA
lxc at zitta.fr
Thu May 23 05:24:55 UTC 2013
Hi,
I created oczpush and dropped it because of information lost.
All Xpush are based on microsoft's Activesync protocol that is not
bijective with carddav.
For ActiveSync only knows about emailaddress1, emailaddress2, emailaddress3
and vcard can store 1 personal email and 2 professional address for a
contact.
You will also have problems with other fields.
If you have a Windows 8 device it could be fine, because you need to
convert between ActiveSync and carddav
But if like me you have android, which is vcard based, the quality of
your contacts will decrease in time because of uneeded AS/vcard conv.
Better look for a carddav apllication on the phone.
If you want to follow the X-push path, look at this project
https://github.com/xbgmsharp/sogosync
Regards,
Guillaume ZITTA
Le 22/05/2013 09:21, giovanni possemato a écrit :
> Hi all,
> i have to integrate php-push with Owncloud.
> I tried several configurations in php-push config.php, but none of
> these seems working.
> I have seen there is a plugin for ownloud (oczpush) but it's experimental.
>
> Searching on internet i didn't found any working example to connect
> php-push2 with owncloud.
> Can anyone help me with a simple example?
>
> This is what i actually tried in php-push 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/');|
>
>
>
> Thx to everyone
> Giovanni
>
>
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/owncloud/attachments/20130523/e81a1b95/attachment.html>
More information about the Owncloud
mailing list