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.
Example response
{
"apiversion": 3,
"func": "update_delegate",
"module": "CCS",
"result": {
"status": 1
}
}