GNOME Bugzilla – Bug 556235
Unable to book resource in recurrence meeting
Last modified: 2009-06-16 18:29:52 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.
see bug 436619 also
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?
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.)
*** This bug has been marked as a duplicate of 436619 ***