fix(calendar(dav)): add method attribute to content-type of iTIP reply

Fixes #5320
This commit is contained in:
Francis Lachapelle
2021-06-03 16:13:22 -04:00
parent a42749facd
commit e08be0d006
@@ -2191,9 +2191,8 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent
//
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