Revert "Process event updates from other apps"

This reverts commit 3cb72c329b.
This commit is contained in:
M66B 2023-10-26 12:53:33 +02:00
parent ccd665fcd7
commit 0c8f553ac0
1 changed files with 0 additions and 2 deletions

View File

@ -4446,8 +4446,6 @@ public class MessageHelper {
// https://www.rfc-editor.org/rfc/rfc5546#section-3.2
if (method != null && method.isCancel())
CalendarHelper.delete(context, event, message);
else if (method != null && method.isReply())
CalendarHelper.update(context, event, message);
else if (method == null || method.isRequest()) {
String selectedAccount;
String selectedName;