davical/testing/tests/ischedule/3050-PUT-with-attendees.result
Rob Ostensen 90f597f46c ischedule: fake session info when writing into scheduling collections
update ischedule regression test results
2012-02-01 12:45:52 -08:00

28 lines
857 B
Plaintext

HTTP/1.1 100 Continue
HTTP/1.1 200 OK
Date: Dow, 01 Jan 2000 00:00:00 GMT
ETag: "2f9bb75f51266683f713f8d382a67bff"
Content-Length: 672
Content-Type: text/xml; charset="utf-8"
<?xml version="1.0" encoding="utf-8" ?>
<I:schedule-response xmlns:I="urn:ietf:params:xml:ns:ischedule">
<I:response>
<I:recipient>mailto:user1@example.net</I:recipient>
<I:request-status>2.0;delivered</I:request-status>
</I:response>
<I:response>
<I:recipient>mailto:user2@example.net</I:recipient>
<I:request-status>2.0;delivered</I:request-status>
</I:response>
<I:response>
<I:recipient>mailto:user3@example.net</I:recipient>
<I:request-status>2.0;delivered</I:request-status>
</I:response>
<I:response>
<I:recipient>mailto:user4@example.net</I:recipient>
<I:request-status>2.0;delivered</I:request-status>
</I:response>
</I:schedule-response>