diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index b5bd8b739c..0143992fb3 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -2532,4 +2532,9 @@ - (id) PUTAction: (WOContext *) _ctx return response; } +- (BOOL) resourceHasAutoAccepted +{ + return _resourceHasAutoAccepted; +} + @end /* SOGoAppointmentObject */