GNOME Bugzilla – Bug 329740
Free/Busy information is getting published only for local calendars
Last modified: 2013-09-13 00:59:34 UTC
Free/Busy information is not getting published from groupwise calendar
Created attachment 67218 [details] [review] Fixes the bug
*** Bug 317932 has been marked as a duplicate of this bug. ***
chen: *ping* - what's up with your patch?
if (e_cal_get_cal_address (client, &email, &error)) { <snip> + } else { + g_warning ("Could not get the email: %s \n", error->message); + g_error_free (error); + error = NULL; + } I think the above 'else' part can be skipped as it is not an error for non-GW providers and GW anyway clobbers this error and uses the error message in e_cal_get_free_busy instead. You might want to capture this information as a comment in the patch.
Fix committed after the change to gnome-2-14 and HEAD.