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 697eda298d
commit 3e96d68f30

View File

@@ -2065,9 +2065,8 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent
//
else if (scheduling && [event userIsAttendee: ownerUser])
{
[self sendIMIPReplyForEvent: event
from: ownerUser
to: [event organizer]];
[self sendResponseToOrganizer: event
from: ownerUser];
}
[self sendReceiptEmailForObject: event