After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 329740 - Free/Busy information is getting published only for local calendars
Free/Busy information is getting published only for local calendars
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
2.6.x
Other Linux
: Normal major
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
: 317932 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-02-03 08:24 UTC by Poornima
Modified: 2013-09-13 00:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes the bug (2.19 KB, patch)
2006-06-12 21:25 UTC, Chenthill P
committed Details | Review

Description Poornima 2006-02-03 08:24:15 UTC
Free/Busy information is not getting published from groupwise calendar
Comment 1 Chenthill P 2006-06-12 21:25:54 UTC
Created attachment 67218 [details] [review]
Fixes the bug
Comment 2 Chenthill P 2006-06-22 05:20:41 UTC
*** Bug 317932 has been marked as a duplicate of this bug. ***
Comment 3 André Klapper 2006-07-19 20:25:29 UTC
chen: *ping* - what's up with your patch?
Comment 4 Harish Krishnaswamy 2006-07-27 06:08:49 UTC
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.
Comment 5 Chenthill P 2006-07-31 09:24:14 UTC
Fix committed after the change to gnome-2-14 and HEAD.