mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
Event invitation improvements (#3705)
This commit is contained in:
@@ -47,7 +47,7 @@ class IcsTest extends TestCase
|
||||
'description' => 'Test.',
|
||||
'stamp' => strtotime('2025-01-01 09:00:00'),
|
||||
'attendees' => [
|
||||
['att1@test.com', 'Att 1'],
|
||||
['att1@test.com', 'Att 1', 'TENTATIVE'],
|
||||
['att2@test.com', 'Att 2'],
|
||||
],
|
||||
]);
|
||||
@@ -67,7 +67,7 @@ class IcsTest extends TestCase
|
||||
"SEQUENCE:0\r\n".
|
||||
"DTSTAMP:20250101T090000Z\r\n".
|
||||
"STATUS:CONFIRMED\r\n".
|
||||
"ATTENDEE;CN=Att 1:MAILTO:att1@test.com\r\n".
|
||||
"ATTENDEE;PARTSTAT=TENTATIVE;CN=Att 1:MAILTO:att1@test.com\r\n".
|
||||
"ATTENDEE;CN=Att 2:MAILTO:att2@test.com\r\n".
|
||||
"END:VEVENT\r\n".
|
||||
"END:VCALENDAR";
|
||||
|
||||
Reference in New Issue
Block a user