mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +00:00
If we force setting DTSTART, then you can't use prop-filter to find VTODOs with a DUE set and DTSTART unset. And, well, why should DTSTART be set to DUE? This was introduced in 18150d702d91fa1a687801baa582d967e79fff8d .
62 lines
1.6 KiB
Plaintext
62 lines
1.6 KiB
Plaintext
HTTP/1.1 207 Multi-Status
|
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
|
DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule
|
|
DAV: extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy
|
|
ETag: "e13eac7fed1103177aa17ad7379ea098"
|
|
Content-Length: 1333
|
|
Content-Type: text/xml; charset="utf-8"
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
|
<response>
|
|
<href>/caldav.php/user1/events/19920901T130000Z-123407host.com.ics</href>
|
|
<propstat>
|
|
<prop>
|
|
<C:calendar-data>BEGIN:VCALENDAR
|
|
PRODID:-//davical.org//NONSGML AWL Calendar//EN
|
|
VERSION:2.0
|
|
CALSCALE:GREGORIAN
|
|
BEGIN:VTODO
|
|
UID:19920901T130000Z-123407@host.com
|
|
DTSTAMP:19920901T130000Z
|
|
DUE:19920516T045959Z
|
|
SUMMARY:Status is set to COMPLETED, empty URL, CLASS set
|
|
CLASS:PUBLIC
|
|
CATEGORIES:FAMILY,FINANCE
|
|
STATUS:COMPLETED
|
|
URL:
|
|
COMPLETED:19940101T000000Z
|
|
PRIORITY:1
|
|
END:VTODO
|
|
END:VCALENDAR
|
|
</C:calendar-data>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
</response>
|
|
<response>
|
|
<href>/caldav.php/user1/events/19920901T130000Z-123408host.com.ics</href>
|
|
<propstat>
|
|
<prop>
|
|
<C:calendar-data>BEGIN:VCALENDAR
|
|
PRODID:-//davical.org//NONSGML AWL Calendar//EN
|
|
VERSION:2.0
|
|
CALSCALE:GREGORIAN
|
|
BEGIN:VTODO
|
|
UID:19920901T130000Z-123408@host.com
|
|
DTSTAMP:19920901T130000Z
|
|
DTSTART:19920415T133000Z
|
|
SUMMARY:Status is IN-PROCESS, URL is set, CLASS isn't set
|
|
STATUS:IN-PROCESS
|
|
URL:https://www.davical.org
|
|
CATEGORIES:FAMILY,FINANCE
|
|
PRIORITY:1
|
|
END:VTODO
|
|
END:VCALENDAR
|
|
</C:calendar-data>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
</response>
|
|
</multistatus>
|