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