Added cancel single event of recurring events

This commit is contained in:
M66B
2025-07-02 18:34:18 +02:00
parent 1098b47ea0
commit 5dc603bee1
3 changed files with 40 additions and 12 deletions

View File

@@ -4760,7 +4760,7 @@ public class MessageHelper {
// https://www.rfc-editor.org/rfc/rfc5546#section-3.2
Method method = icalendar.getMethod();
if (method != null && method.isCancel())
CalendarHelper.delete(context, event, message);
CalendarHelper.delete(context, icalendar, event, account, message);
else if (method == null || method.isRequest()) {
if (ical_tentative)
CalendarHelper.insert(context, icalendar, event,