[OGo-Users] OGO - Kontact Integration

Adam Tauno Williams users@opengroupware.org
Sat, 24 Nov 2007 00:29:00 -0500


> Using Adams rpm's and trying to add ogo's calendar as a resource in Kontact 
> and the following url http://localhost/zidestore/so/username I get the follow 
> errors in the log file.

/zidestore/dav/{username}/  would be better, although the above should
work.

> Nov 24 03:09:01 ogo-zidestore-1.5 [8083]: |ogo-zidestore-1| ERROR: cannot 
> fetch logins, no cmdctx!

Is the {username} a valid user and the one you are authenticating as?
This is from -
  if ((auth = [self authenticatorInContext:_ctx]) == nil) {
    [self logWithFormat:@"ERROR: got no authenticator for context: %@",
_ctx];
    return NO;
  }
  if ((cmdctx = [auth commandContextInContext:_ctx]) == nil) {
    [self logWithFormat:@"ERROR: cannot fetch logins, no cmdctx!"];
    return NO;
  }


> with the result that no folders are displayed in the kontact configuration 
> tool. 
> Was wondering if I did something wrong or is this a Kontact error?

Don't know, I've never been able to get Kontact to do anything.