'20140813T153116Z-12176-1000-1065-6@johnny-lubuntu', 'method' => 'REQUEST', 'sender' => 'mailto:martin@fruux.com', 'senderName' => null, 'recipient' => 'mailto:dominik@fruux.com', 'recipientName' => null, 'message' => $expectedICS, ] ]; $this->parse(null, $ics, $expected, 'mailto:martin@fruux.com'); } /** * This is an event originally from evolution, then parsed by sabredav and * again mangled by iCal. This triggered a few bugs related to email * address scheme casing. */ function testAttendeeModify() { $old = <<parse($old, $new, [], 'mailto:a1@example.org'); } }