Skip to content

Commit

Permalink
fix(calendar(dav)): add method attribute to content-type of iTIP reply
Browse files Browse the repository at this point in the history
Fixes #5320
  • Loading branch information
cgx committed Jun 3, 2021
1 parent a42749f commit e08be0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions SoObjects/Appointments/SOGoAppointmentObject.m
Expand Up @@ -2191,9 +2191,8 @@ - (NSException *) updateContentWithCalendar: (iCalCalendar *) calendar
//
else if ([event userIsAttendee: ownerUser] && [self _shouldScheduleEvent: [event userAsAttendee: ownerUser]])
{
[self sendIMIPReplyForEvent: event
from: ownerUser
to: [event organizer]];
[self sendResponseToOrganizer: event
from: ownerUser];
}

[self sendReceiptEmailForObject: event
Expand Down

0 comments on commit e08be0d

Please sign in to comment.