Disabled today's code for now. It requires more testing.

This commit is contained in:
Ludovic Marcotte
2015-12-15 16:12:17 -05:00
parent 720b1d5ab5
commit 225fe847a7
@@ -2172,6 +2172,9 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent
iCalPerson *attendee, *delegate;
NSString *delegateEmail;
#if 0
attendee = [newEvent userAsAttendee: [SOGoUser userWithLogin: owner]];
#else
attendee = [oldEvent userAsAttendee: [SOGoUser userWithLogin: owner]];
if (!attendee)
@@ -2199,6 +2202,7 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent
[attendees addObject: attendee];
[newEvent setAttendees: attendees];
}
#endif
// We first check of the sequences are alright. We don't accept attendees
// accepting "old" invitations. If that's the case, we return a 403