DELETE api/2.0/calendar/caldavevent
Deletes the whole caldav event from the calendar
Name |
Description |
Type |
Example |
calendarId
sent in body
|
ID of the calendar where the event belongs
|
string
|
some text
|
uid
sent in body
|
Event uid
|
string
|
some text
|
responsibles
sent in body
|
Task responsibles
|
System.Collections.Generic.List`1[System.String]
|
|
DELETE api/2.0/calendar/caldavevent
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"calendarId": "some text",
"uid": "some text",
"responsibles": [
"some text"
]
}