[OGo-Users] 3 config qusetions

Mattias Hemmingsson users@opengroupware.org
Tue, 25 Mar 2008 10:19:33 +0100


Hello!
And witch is the one to use for syncing the addressbook ??

Tried ever addres in the manual
> 
> http://localhost/zidestore/dav/matte/Calender
> http://localhost/zidestore/dav/matte/public
> http://localhost/zidestore/so/matte/Calender
> http://localhost/zidestore/so/matte/public

Have you tried:

http://localhost/zidestore/so/matte/Contacts
http://localhost/zidestore/so/matte/Accounts
http://localhost/zidestore/so/matte/Enterprises
http://localhost/zidestore/so/matte/public/Contacts
http://localhost/zidestore/so/matte/public/Accounts
http://localhost/zidestore/so/matte/public/Enterprises

None of the obove work
And there is only doc on how to sync the calander in the internet.

http://www.inverse.ca/english/contributions/sogo_connector.html

This extension transforms Thunderbird into a full DAV client for groupware servers such as SOGo <http://www.inverse.ca/contributions/sogo.html>,
OpenGroupware.org or Citadel. It does this by adding support for remote
DAV address books and by adding features to be used along with the Lightning calendar <ftp://ftp.mozilla.org/pub/calendar/lightning/releases/> extension. 

 From the webbsite where i got the plugin.
Then a tied the locations enterd there but change sogo to sidestore but 
with now result.

// matte

Helge Hess skrev:
> On 25.03.2008, at 08:53, Sebastian Reitenbach wrote:
>> Have you tried:
>>
>> http://localhost/zidestore/so/matte/Contacts
>> http://localhost/zidestore/so/matte/Accounts
>
>
> /so/ is discouraged for WebDAV access. Using /so/ the framework relies 
> on user-agent detection to find out whether its WebDAV client. Using 
> /dav/ it knows for sure that its being accessed in WebDAV "mode".
>
> Helge