UPDATE api/2.0/calendar/refreshcaldavcalendar
Refreshes the caldav calendar with the id specified in the request.
Name |
Description |
Type |
Example |
calendarId
sent in body
|
Calendar ID
|
string
|
some text
|
team
sent in body
|
User list
|
Collection of strings
|
some text
|
UPDATE api/2.0/calendar/refreshcaldavcalendar
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"calendarId": "some text",
"team": [
"some text"
]
}
This method doesn't return any data.