Rollback previous fix

This commit is contained in:
Francis Lachapelle
2017-11-10 11:25:59 -05:00
parent 00af2613b6
commit 4a40230f23
2 changed files with 1 additions and 3 deletions
@@ -252,9 +252,8 @@
[iCalendarToSave addChild: [[newEvent copy] autorelease]];
}
}
else if (![attendeeObject isNew])
else
{
// Only update the event in attendee's calendar if it was already there
iCalendarToSave = [newEvent parent];
}