GNOME Bugzilla – Bug 599741
[groupwise] cann't accept meeting request
Last modified: 2010-09-29 05:16:49 UTC
Evolution 2.29.1 If i try to accept meeting, it gives an error "Unable to send item to calendar 'Calendar'. Cannot receive calendar objects". I can accept meeting successfully in exchange 2k3 provider.
Below warnings on evolution terminal could be related. I get these warnings when ever i click on any meeting request (itip formatted mail) in group wise provider. ** (evolution:10172): CRITICAL **: dbus_g_proxy_call: assertion `!DBUS_G_PROXY_DESTROYED (proxy)' failed (evolution:10172): libecal-WARNING **: Cannot get cal from factory: Unknown error (evolution:10172): GLib-CRITICAL **: g_error_free: assertion `error != NULL' failed
Those warnings had been fixed recently within bug #609646. Could you retest, please?
(In reply to comment #2) > Those warnings had been fixed recently within bug #609646. Could you retest, > please? sad, bug still persists, i cann't accept meeting in group wise.
Created attachment 170395 [details] [review] Patch for accepting the meeting for Groupwise Connection In case of success scenario too receive_object was propagating error as EDC_ERROR_FAILED_STATUS (OtherError, status). Thus added a first check for (status == E_GW_CONNECTION_STATUS_OK).
Comment on attachment 170395 [details] [review] Patch for accepting the meeting for Groupwise Connection Nice catch :)
Comment on attachment 170395 [details] [review] Patch for accepting the meeting for Groupwise Connection Committed to master and gnome-2-32