Upstream commit: 474dd0229cb20cf513036619781ed97bd8073c3f Enterprise-only files removed or emptied: 63 Enterprise-only snippets removed: 117 in 50 files Dangling module declarations removed: 5 Cargo edits turning enterprise off: 14 Verification: clean Enterprise feature gates left for rebuilt features: 19 in 18 files Produced by tools/fork/strip.py. The full report is in docs/fork/strip-reports/ on main.
43 lines
1.2 KiB
XML
43 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<D:multistatus xmlns:D="DAV:" xmlns:A="urn:ietf:params:xml:ns:caldav">
|
|
<D:response>
|
|
<D:href>http://cal.example.com/bernard/work/abcd2.ics</D:href>
|
|
<D:propstat>
|
|
<D:prop>
|
|
<D:getetag>"fffff-abcd2"</D:getetag>
|
|
<A:calendar-data><![CDATA[BEGIN:VCALENDAR
|
|
VERSION:2.0
|
|
BEGIN:VEVENT
|
|
DTSTART;TZID=US/Eastern:20060106T140000
|
|
DURATION:PT1H
|
|
RECURRENCE-ID;TZID=US/Eastern:20060106T120000
|
|
SUMMARY:Event #2 bis bis
|
|
UID:[email protected]
|
|
END:VEVENT
|
|
END:VCALENDAR
|
|
]]></A:calendar-data>
|
|
</D:prop>
|
|
<D:status>HTTP/1.1 200 OK</D:status>
|
|
</D:propstat>
|
|
</D:response>
|
|
<D:response>
|
|
<D:href>http://cal.example.com/bernard/work/abcd3.ics</D:href>
|
|
<D:propstat>
|
|
<D:prop>
|
|
<D:getetag>"fffff-abcd3"</D:getetag>
|
|
<A:calendar-data><![CDATA[BEGIN:VCALENDAR
|
|
VERSION:2.0
|
|
PRODID:-//Example Corp.//CalDAV Client//EN
|
|
BEGIN:VEVENT
|
|
DTSTART;TZID=US/Eastern:20060104T100000
|
|
DURATION:PT1H
|
|
SUMMARY:Event #3
|
|
UID:[email protected]
|
|
END:VEVENT
|
|
END:VCALENDAR
|
|
]]></A:calendar-data>
|
|
</D:prop>
|
|
<D:status>HTTP/1.1 200 OK</D:status>
|
|
</D:propstat>
|
|
</D:response>
|
|
</D:multistatus> |