fix(calendar): restore [SOGoAppointmentObject resourceHasAutoAccepted]

Fixes #4923
pull/267/head
Francis Lachapelle 2020-01-16 10:43:42 -05:00
parent 047a98b870
commit d8fab6bb21
1 changed files with 5 additions and 0 deletions

View File

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