Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .bundle/config

This file was deleted.

6 changes: 3 additions & 3 deletions sources/cc-1011-calws-rest-v1.0.1/document.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ http://docs.oasis-open.org/ws-calendar/ws-calendar/v1.0/ws-calendar-1.0-spec.htm
[abstract]
== Abstract

TODO: Summary of the technical purpose of the document.
This document describes a RESTful web service for calendar access and update.

[.preface]
== metanorma-extension
Expand Down Expand Up @@ -316,7 +316,7 @@ CalWS XML namespace.
[source%unnumbered]
----
<?xml version="1.0" encoding="utf-8"
xmlns:CW="Error! Reference source not found.""
xmlns:CW="http://docs.oasis-open.org/ns/wscal/calws"
xmlns:C="http://docs.oasis-open.org/ws-calendar/ns/REST" ?>
<CW:error>
<C:supported-filter>
Expand Down Expand Up @@ -487,7 +487,7 @@ The `xrd:title` child element of the link element provides a description for the
http://docs.oasis-open.org/ws-calendar/ns/REST/created

Appears within a link relation describing collections or entities. The value is a date-time as defined in
<<wscal,section=5.6>>.
<<rfc3339,section=5.6>>.

[source%unnumbered]
----
Expand Down
2 changes: 1 addition & 1 deletion sources/cc-1011-calws-rest-v1/document.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ CalWS XML namespace.
[source%unnumbered]
----
<?xml version="1.0" encoding="utf-8"
xmlns:CW="http://docs.oasis-open.org/ns/wscal/calws""
xmlns:CW="http://docs.oasis-open.org/ns/wscal/calws"
xmlns:C="urn:ietf:params:xml:ns:caldav" ?>
<CW:error>
<C:supported-filter>
Expand Down
11 changes: 6 additions & 5 deletions sources/cc-1202-calws-soap/document.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ XML namespaces and prefixes used in this standard:

* [[[rfc2616,IETF RFC 2616]]]

* [[[rfc4790,IETF RFC 4790]]]

* [[[rfc4791,IETF RFC 4791]]]

* [[[caldav-sched,IETF I-D draft-desruisseaux-caldav-sched-08]]]
Expand Down Expand Up @@ -581,8 +583,7 @@ This property `MAY` be returned for the service and `SHOULD` be returned for any
[options=header,cols=5]
|===
| Field | Type | # | ? | Description
| dateTime | dateTime | 1 | Y | A date-time as defined in Error: Reference
source not found Section 5.6.
| dateTime | dateTime | 1 | Y | A date-time as defined in <<wscal>>
|===

=== displayName
Expand Down Expand Up @@ -1727,7 +1728,7 @@ is exclusive.
|===

The `TextMatchType` is used to match text values in properties and parameters. The collation attribute
species a collation as defined in Error: Reference source not found.
species a collation as defined in <<rfc4790>>.

Servers are `REQUIRED` to support the "`i;ascii-casemap`" and "`i;octet`" collations which provide a basic
case insensitive and case sensitive match respectively.
Expand All @@ -1739,7 +1740,7 @@ Elements of this type take a string value which is matched according to the attr
[options=header,cols=5]
|===
| Field | Type | # | ? | Description
| `#collation` | String | 0..1 | N | Collation name from Error: Reference source not found. "
| `#collation` | String | 0..1 | N | Collation name from <<rfc4790>>.
| `#negate-condition` | boolean | 0..1 | N | if "true" negates the condition
|===

Expand Down Expand Up @@ -2063,7 +2064,7 @@ unauthenticated user equivalent access must have been granted to unauthenticated

Freebusy information is returned by default as `xcalendar` `vfreebusy` components, as defined by
<<rfc6321>>. Such a component is not meant to conform to the requirements of `VFREEBUSY` components in
Error: Reference source not found. The `VFREEBUSY` component `SHOULD` conform to
<<rfc5546>>. The `VFREEBUSY` component `SHOULD` conform to
<<rfc5545,section=4.6.4>>. A client `SHOULD` ignore the `ORGANIZER` field.

Since a Freebusy query can only refer to a single user, a client will already know how to match the result
Expand Down
Loading