mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +00:00
28 lines
857 B
Plaintext
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>
|