v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
CCS
Calendar and Contacts Server

Add calendar delegation

This function delegates a user's calendar to another user.

Note:

You must install the Calendar and Contacts Server cPanel plugin to access this API function.

get/CCS/add_delegate

Query parameters

delegateestring email required
Example:delegatee@cptest.test

The user to whom you wish to delegate the calendar.

delegatorstring email required
Example:delegator@cptest.test

The calendar's owner.

readonly1 | 0
Example:1

Whether the delegatee will only have read-only access on the calendar.

  • 1 - Read-only access.
  • 0 - Full access.

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": "add_delegate",
  "module": "CCS",
  "result": {
    "status": 1
  }
}