List calendar sharing.

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

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

func
string

The name of the method called.

module
string

The name of the module called.

object
get/CPDAVD/list_delegates
Request samples
uapi --output=jsonpretty \
  --user=username \
  CPDAVD \
  list_delegates
Response samples
application/json
{
  • "apiversion": 3,
  • "func": "list_delegates",
  • "module": "CPDAVD",
  • "result": {
    • "data": [
      • {
        • "calendar": "calendar",
        • "calname": "cPanel CalDAV Calendar",
        • "delegatee": "second@example.com",
        • "delegator": "first@example.com",
        • "readonly": 0
        }
      ],
    • "errors": null,
    • "messages": null,
    • "metadata": { },
    • "status": 1,
    • "warnings": null
    }
}