GNOME Bugzilla – Bug 317095
calendar entries not shown in clock-applet
Last modified: 2005-10-03 07:03:08 UTC
After upgrading from gnome 2.10 to 2.12 clock-applet is no longer displaying any calendar entries from e-d-s in the calendar popup. The following warnings are being printed to console instead: ** (clock-applet:6402): WARNING **: Cannot open calendar from uri 'exchange://.../Calendar': Authentication required ** (clock-applet:6402): WARNING **: Cannot open calendar from uri 'exchange://.../Tasks': Authentication required
Created attachment 52589 [details] [review] implement authentication callback The callback is similar to the one in evolution/calendar/common/authentication.c with the exception that if the password is not available, the dialog for asking is not presented. Needs libedataserverui-1.2
Comment on attachment 52589 [details] [review] implement authentication callback So, how can I reproduce this? Do I need exchange? + component_name = auth_domain ? auth_domain : "Calendar"; Is "Calendar" appearing in the UI? If so, it should be translatable.
I'd expect you need a calendar/tasks source which requires authentication. Exchange does it, but I haven't used groupwise or others. You need to as evolution developers about "Calendar" I just copied it from there. But from what I can guess it's only used as (partial) index to passwords store in .gnome2_private/Evolution
Committed. Thanks.