fix(calendar): restore [SOGoAppointmentObject resourceHasAutoAccepted]

Fixes #4923
This commit is contained in:
Francis Lachapelle 2020-01-16 10:43:42 -05:00
parent 047a98b870
commit d8fab6bb21

View file

@ -2532,4 +2532,9 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent
return response; return response;
} }
- (BOOL) resourceHasAutoAccepted
{
return _resourceHasAutoAccepted;
}
@end /* SOGoAppointmentObject */ @end /* SOGoAppointmentObject */