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