Fix sending of METHOD:REPLY for DAV clients

This commit is contained in:
Ludovic Marcotte
2014-07-09 10:04:44 -04:00
parent e343ed240b
commit dbdb7d9051
2 changed files with 3 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@ Enhancements
Bug fixes
- fixed rename of calendars
- we now correctly add the "METHOD:REPLY" when sending out ITIP messages from DAV clients
2.2.6 (2014-07-02)
------------------
@@ -1834,9 +1834,8 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent
//
else if (scheduling && [event userIsAttendee: ownerUser])
{
[self sendIMIPReplyForEvent: event
from: ownerUser
to: [event organizer]];
[self sendResponseToOrganizer: event
from: ownerUser];
}