Skip to content

Commit 90c6ddf

Browse files
committed
Fix AUTOMATIC example as per Christian Amsüss review of 2025/5/5
1 parent fba2a94 commit 90c6ddf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sources/sections/60-caldav.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ Example::
4444
[source,xml]
4545
----
4646
<C:supported-task-mode-set xmlns:C="urn:ietf:params:xml:ns:caldav">
47-
<C:supported-task-mode>AUTOMATIC-COMPLETION</C:supported-task-mode>
48-
<C:supported-task-mode>AUTOMATIC-FAILURE</C:supported-task-mode>
47+
<C:supported-task-mode>AUTOMATIC</C:supported-task-mode>
4948
<C:supported-task-mode>SERVER</C:supported-task-mode>
5049
<C:supported-task-mode>CLIENT</C:supported-task-mode>
5150
</C:supported-task-mode-set>

0 commit comments

Comments
 (0)