Re: Have to make CardDav work too - was: Re: [SOGo] ActiveSync question

2013-09-18 Thread Marcio Merlone

Em 18-09-2013 06:04, Corrado Fiore escreveu:

sorry for the late reply.

No regrets :)


Please set CARDDAV_SUPPORTS_SYNC = FALSE.  SOGo doesn't implement the SYNC 
function yet.
That's it. I got some attention on github regarding that and Francisco 
pointed it aready. It works smooth now for imap, caldav *and* carddav.


https://github.com/fmbiete/Z-Push-contrib/issues/4

Thank you and best regards.

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ 
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: Have to make CardDav work too - was: Re: [SOGo] ActiveSync question

2013-09-18 Thread Corrado Fiore
Dear Marcio,

sorry for the late reply.  Please set CARDDAV_SUPPORTS_SYNC = FALSE.  SOGo 
doesn't implement the SYNC function yet.

Best,
Corrado

_
On Sep 12, 2013, at 16:28 , Marcio Merlone wrote:

> As I sayd before, IMAP and CalDav are working great. But could not make 
> CardDav work, can you assist me? CardDav backend config is as follows:
> 
> // http://YOURSOGOINSTALL/dav/YOURUSERNAME/Contacts/personal
> define('CARDDAV_PROTOCOL', 'https');
> define('CARDDAV_SERVER', 'sogo.domain.tld');
> define('CARDDAV_PORT', '443');
> define('CARDDAV_PATH', '/SOGo/dav/%u/Contacts/personal/');
> define('CARDDAV_CONTACTS_FOLDER_NAME', '');
> define('CARDDAV_SUPPORTS_SYNC', true);
> 
> Have tested on my real Defy CM10 (Android 4.1) and a virtual Galaxy S4 from 
> Genymotion, both (did not) worked the same. Also tried:
> 
> define('CARDDAV_PATH', '/SOGo/dav/%u/Contacts/');
> define('CARDDAV_CONTACTS_FOLDER_NAME', 'personal');
> 
> Thank you, best regards.
> 
> -- 
> Marcio Merlone
> TI - Administrador de redes
> 
> A1 Engenharia - Unidade Corporativa
> Fone: +55 41 3616-3797
> Cel:  +55 41 9689-0036http://www.a1.ind.br/

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Have to make CardDav work too - was: Re: [SOGo] ActiveSync question

2013-09-13 Thread Marcio Merlone

Em 06-09-2013 15:53, Corrado Fiore escreveu:

I could not make it work with SOGo. I commented all but BackendImap, caldav and 
carddav on combined/config.php, edited each config.php for each enabled 
backend, and yet only imap works. When I try to list available calendars on my 
account it shows nothing.

Could you please post the relevant lines in the CardDAV / CalDAV backends' conf 
to a pastebin?  It's likely that the paths you specified are the culprit here.

Hi Corrado and list,

As I sayd before, IMAP and CalDav are working great. But could not make 
CardDav work, can you assist me? CardDav backend config is as follows:


// http://YOURSOGOINSTALL/dav/YOURUSERNAME/Contacts/personal
define('CARDDAV_PROTOCOL', 'https');
define('CARDDAV_SERVER', 'sogo.domain.tld');
define('CARDDAV_PORT', '443');
define('CARDDAV_PATH', '/SOGo/dav/%u/Contacts/personal/');
define('CARDDAV_CONTACTS_FOLDER_NAME', '');
define('CARDDAV_SUPPORTS_SYNC', true);

Have tested on my real Defy CM10 (Android 4.1) and a virtual Galaxy S4 
from Genymotion, both (did not) worked the same. Also tried:


define('CARDDAV_PATH', '/SOGo/dav/%u/Contacts/');
define('CARDDAV_CONTACTS_FOLDER_NAME', 'personal');

Thank you, best regards.

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ 
--
users@sogo.nu
https://inverse.ca/sogo/lists