MngCompleteCalendarEvent¶
Sets status = 1 for a calendar event.
Requires set_notes with CRM or BackOffice access. Manager permissions and brand/desk scope are resolved from the cached staff manager record. The updater id is taken from the resolved staff manager id.
Request Data¶
| Field | Type | Required | Description |
|---|---|---|---|
id |
int | Yes | Calendar event id |
manager_id |
int | No | Deprecated; ignored for updater attribution |
Response Data¶
Returns the full event object with participants. Example is shortened.
{
"event": {
"id": 1,
"status": 1,
"participants": []
}
}