v1

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

Update calendar delegation

This function updates the delegation of 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/update_delegate

Query parameters

delegateestring email required
Example:user2@example.com

The user to whom you delegated the calendar.

delegatorstring email required
Example:user1@example.com

The calendar's owner.

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