mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-08 06:48:51 +00:00
We also remove the RSVP in the user's calendar during a PUT.
This commit is contained in:
@@ -1929,6 +1929,9 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent
|
||||
return [NSException exceptionWithHTTPStatus:403
|
||||
reason: @"sequences don't match"];
|
||||
|
||||
// Remove the RSVP attribute, as an action from the attendee
|
||||
// was actually performed, and this confuses iCal (bug #1850)
|
||||
[[attendee attributes] removeObjectForKey: @"RSVP"];
|
||||
|
||||
delegate = nil;
|
||||
delegateEmail = [attendee delegatedTo];
|
||||
|
||||
Reference in New Issue
Block a user