Insert event/attendees

This commit is contained in:
M66B
2022-12-02 09:07:49 +01:00
parent 4e0e75a008
commit 1cedaa5942
2 changed files with 42 additions and 4 deletions

View File

@@ -3935,7 +3935,7 @@ public class MessageHelper {
selectedName = null;
}
CalendarHelper.insert(context, icalendar.getTimezoneInfo(), event,
CalendarHelper.insert(context, icalendar, event,
selectedAccount, selectedName, message);
}
} catch (Throwable ex) {