How can we help you?

The CalDavError object

Product: FeraCalendar Topic: API Versions: Applies to all documented versions Current

Audience: Application developers
Editorial status: Published — Source Validated
Product: FeraCalendar
Classification: public-protocol

Attributes

Field Type Required Description
success boolean Yes Indicates that the DAV request failed.
error object Yes Structured safe CalDAV failure returned to the protocol client.

Example

{
    "success": false
}

Source

openapi/openapi.json#/components/schemas/CalDavError