Skip to content

Coucal API - Templates

Templates are used to simplify creation of common content patterns.

Creation

POST https://api.coucal.net/v1/templates             # create a new template
{
    "name": "Half-hour meeting",
    "concept": "meeting",
    "duration": "PT30M"
}

Retrieval

GET https://api.coucal.net/v1/templates             # list all templates

Update

TBD.

Deletion

TBD.