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.
uapi --output=jsonpretty \ --user=username \ CCS \ add_delegate \ delegator='delegator@cptest.test' \ delegatee='delegatee@cptest.test'
{- "apiversion": 3,
- "func": "add_delegate",
- "module": "CCS",
- "result": {
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}