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 556235 - Unable to book resource in recurrence meeting
Unable to book resource in recurrence meeting
Status: RESOLVED DUPLICATE of bug 436619
Product: Evolution Exchange
Classification: Deprecated
Component: Connector
2.24.x
Other Linux
: Normal major
: ---
Assigned To: Connector Maintainer
Ximian Connector QA
Depends on:
Blocks:
 
 
Reported: 2008-10-14 08:45 UTC by Akhil Laddha
Modified: 2009-06-16 18:29 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Akhil Laddha 2008-10-14 08:45:04 UTC
Evolution 2.25.1 (Exchange back en)

I can book resource successfully for a single event but when i try to book for a recurrence event, it throws error 'Unable to book'. If i try to schedule meeting with Outlook during same time and with same resource, it works perfectly.
Comment 1 Akhil Laddha 2008-10-14 08:53:40 UTC
see bug 436619 also
Comment 2 Milan Crha 2008-11-04 14:07:18 UTC
It seems they decided to not support ICAL_CUTYPE_RESOURCE in recurring events, see this code:
		/* See if it recurs */
		if (icalcomponent_get_first_property (icalcomp, ICAL_RRULE_PROPERTY)
		    || icalcomponent_get_first_property (icalcomp, ICAL_RDATE_PROPERTY)) {
#if 0
			g_snprintf (error_msg, 256,
				_("Unable to schedule resource '%s' for recurring meetings.\n"
				      "You must book each meeting separately."),
				    attendee + 7);
#endif
			retval = GNOME_Evolution_Calendar_ObjectIdAlreadyExists;
			goto cleanup;
		}

from evolutionexchange/calendar/e-cal-backend-exchange-calendar.c
Does anybody have any idea why?
Comment 3 Milan Crha 2009-06-16 18:28:09 UTC
I believe this is the same thing as the one pointed in comment #1, thus marking as a duplicate. (It's at least quite much related to prevent me to send two patches for each of these.)
Comment 4 Milan Crha 2009-06-16 18:29:52 UTC

*** This bug has been marked as a duplicate of 436619 ***