From 34b00f8dd6a7aed998a4959886ddddfa9c61ca78 Mon Sep 17 00:00:00 2001 From: Paolo Date: Thu, 12 Feb 2026 21:44:12 +0100 Subject: [PATCH] cis/public/coodle.php now produces the correct ORGANIZER:MAILTO: --- cis/public/coodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/public/coodle.php b/cis/public/coodle.php index 2b8421db0..05eaa41df 100644 --- a/cis/public/coodle.php +++ b/cis/public/coodle.php @@ -1041,7 +1041,7 @@ function sendEmail($coodle_id) ."END:STANDARD\r\n" ."END:VTIMEZONE\r\n" ."BEGIN:VEVENT\r\n" - .$coodle->foldContentLine("ORGANIZER:MAILTO:".$erstellername." <".$coodle->ersteller_uid."@".DOMAIN)."\r\n" + .$coodle->foldContentLine("ORGANIZER:MAILTO:".$erstellername." <".$coodle->ersteller_uid."@".DOMAIN).">\r\n" .rtrim($teilnehmer)."\r\n" ."DTSTART;TZID=Europe/Vienna:".$dtstart."\r\n" ."DTEND;TZID=Europe/Vienna:".$dtend."\r\n"