v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
DAV
Calendar and Contacts (DAV)

List calendar sharing.

This function lists the sharing configuration in calendars for this account.

get/CPDAVD/list_delegates

Response

HTTP Request was successful.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "list_delegates",
  "module": "CPDAVD",
  "result": {
    "data": [
      {
        "calendar": "calendar",
        "calname": "cPanel CalDAV Calendar",
        "delegatee": "second@example.com",
        "delegator": "first@example.com"
      }
    ],
    "status": 1
  }
}