On Thu, 2021-11-04 at 16:50 +0100, Torsten Finke via evolution-list
wrote:
> Then I have created a calendar connection as usual from evolution.

        Hi,
what is that, File->New->Calendar->CalDAV->... or a collection account?

> I requested debugging for the calendar subsystem:

Did you run also the evolution-source-registry from the $PREFIX? I
suppose you did, I only want to be sure.


Looking into the code, there are some prerequisites to be fulfilled to
have it working:
a) the calendar URL should be https://
b) the libsoup should be built with the negotiate support
   (see soup_auth_negotiate_supported())

You can verify whether the method is properly set when you run the
calendar factory process under gdb and place a breakpoint into
e_soup_session_maybe_prepare_auth. Eventually you can add a breakpoint
into soup_auth_negotiate_supported, to see whether it's called at all.

        Bye,
        Milan

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

Reply via email to