[Owncloud] Php-push and owncloud

Jean-Louis Dupond jean-louis at dupond.be
Thu May 23 08:43:40 UTC 2013


Hi,

I created the PHP-Push project, so I should know how it works :)
The CardDAV plugin was not created by me, so don't know everything about 
it.

But it seems like only 1 Contacts folder is supported.
So define('CARDDAV_PATH', 
'/apps/contacts/carddav.php/addressbooks/%u/'); doesn't seem to be 
right, as it will show all folders.

Could you try:
define('CARDDAV_PATH', 
'/apps/contacts/carddav.php/addressbooks/%u/Contacts'); or so?

This should work better :)

Jean-Louis Dupond

Op 2013-05-23 10:04, schreef giovanni possemato:
> hi again,
> i have searched on internet sogosynch and it merged with php-push and
> renamed in php-push-2 (https://github.com/dupondje/PHP-Push-2 [3]);
> this is the program i actually use.
> My problem so is to find a working configuration to integrate
> php-push-2 with owncloud.
> Can you write an example working configuration, please?
> 
> Thank you
> Giovanni
> 
> 2013/5/23 Guillaume ZITTA <lxc at zitta.fr>
> 
> 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 [2]
> 
> 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 [1]
> 
> 
> 
> Links:
> ------
> [1] https://mail.kde.org/mailman/listinfo/owncloud
> [2] https://github.com/xbgmsharp/sogosync
> [3] https://github.com/dupondje/PHP-Push-2
> 
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud



More information about the Owncloud mailing list