RFC Errata
RFC 4791, "Calendaring Extensions to WebDAV (CalDAV)", March 2007
Note: This RFC has been updated by RFC 5689, RFC 6638, RFC 6764, RFC 7809, RFC 7953, RFC 8996
Source of RFC: IETF - NON WORKING GROUPArea Assignment: app
Errata ID: 8762
Status: Reported
Type: Technical
Publication Format(s) : TEXT
Reported By: Benjamin Raison
Date Reported: 2026-02-15
Section 7.8.3 says:
<C:calendar-query xmlns:D="DAV:"
xmlns:C="urn:ietf:params:xml:ns:caldav">
<D:prop>
<C:calendar-data>
It should say:
<C:calendar-query xmlns:D="DAV:"
xmlns:C="urn:ietf:params:xml:ns:caldav">
<D:prop>
<D:getetag/>
<C:calendar-data>
Notes:
D:getetag is part of the response but missing in the request
