MngArchiveCalendarEvent¶
Sets status = 3 for a calendar event.
Request Data¶
| Field | Type | Required | Description |
|---|---|---|---|
id |
int | Yes | Calendar event id |
manager_id |
int | No | Updater manager id |
Response Data¶
Returns the full event object with participants. Example is shortened.
{
"event": {
"id": 1,
"status": 3,
"participants": []
}
}