Include DTSTART/DTEND properties in iMIP CANCEL messages (fixes #1775)

This commit is contained in:
mdecimus
2025-07-14 16:44:34 +02:00
parent fccc25fb71
commit 20bab962d4
6 changed files with 81 additions and 59 deletions

View File

@@ -230,7 +230,7 @@ pub fn test() {
assert_eq!(
command.payload.trim(),
last_itip_str.trim(),
"iTIP message mismatch for {} at line {}: expected {}, got {}",
"iTIP message mismatch for {} at line {}\nEXPECTED {}\n\nRECEIVED {}",
command.test_name,
command.line_num,
command.payload,