fix(calendar): raise warning when MuiltipleBookings is set to -1

This commit is contained in:
Francis Lachapelle
2019-12-03 16:42:36 -05:00
parent fbdabc9615
commit 5923639154
2 changed files with 10 additions and 17 deletions
@@ -1,5 +1,5 @@
/*
Copyright (C) 2007-2018 Inverse inc.
Copyright (C) 2007-2019 Inverse inc.
This file is part of SOGo
@@ -37,7 +37,6 @@
@interface SOGoAppointmentObject : SOGoCalendarComponent
{
BOOL _resourceHasAutoAccepted;
}
- (NSException *) changeParticipationStatus: (NSString *) status
@@ -62,8 +61,6 @@
- (NSException *) updateContentWithCalendar: (iCalCalendar *) calendar
fromRequest: (WORequest *) rq;
- (BOOL) resourceHasAutoAccepted;
@end
#endif /* __Appointments_SOGoAppointmentObject_H__ */