From f9a07a80cabab03570431c43cc9ee667ba649fcb Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 13 Aug 2024 14:04:14 +0200 Subject: [PATCH] fix: send imip when importing an event in mail An iMIP message for attendees is only generated when updating an existing event (cf. https://github.com/nextcloud/3rdparty/blob/ea2fabbd358c9e0f9dae43bcb242b0cf8ee0d178/sabre/vobject/lib/ITip/Broker.php#L245-L254). To also trigger an iMIP message from mail, we first import then event and update the attendance status afterward. Signed-off-by: Daniel Kesselberg --- src/components/Imip.vue | 103 ++++++++++++++++++++++++---------------- 1 file changed, 61 insertions(+), 42 deletions(-) diff --git a/src/components/Imip.vue b/src/components/Imip.vue index 28e103cec4..34e77bfe1e 100644 --- a/src/components/Imip.vue +++ b/src/components/Imip.vue @@ -86,30 +86,32 @@