On Mon, 2010-05-10 at 10:16 +0200, Milan Crha wrote:
> On Sat, 2010-05-08 at 19:20 -0400, John A. Sullivan III wrote:
> > Can anyone point me in the right direction for both where the URI is
> > created and general hacking on Evolution?
> 
>       Hi,
> there is no such thing, Evolution is just huge, and divided in multiple
> products. There are some architecture texts on
> http://live.gnome.org/Evolution
> , but they are probably slightly outdated with respect of 2.30/2.31,
> thought the ideas are still the same.
> 
> For WebDAV, see evolution-data-server/addressbook/backends/webdav, there
> is all you need, except of UI part, which is inside evolution sources,
> as a plugin.
>       Bye,
<snip>
I've been recording my (sad) progress in
https://bugzilla.gnome.org/show_bug.cgi?id=604650

It looks like the webdav creation of the URI is correct although I
really do not know what I am doing.  Although the process is different
than the correctly functioning caldev process, the end result looks the
same and, substituting the caldev code for the webdav code does not fix
the problem.

It looks like either a SOUP problem or, perhaps more likely, the way
webdav is storing the URI.  I did notice that the caldev URIs are stored
as user%40dom...@server.domain/dav/u...@domain . . .
while webdav URIs are u...@domain@server.domain/dav/u...@domain . . .

Perhaps SOUP is misinterpreting that.  However, so far, if I change the
syntax in the %gconf.xml, I fail authentication.  Any ideas as I'm
really beating my head bloody on this one.  Thanks - John



_______________________________________________
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to