UPDATE api/2.0/calendar/refreshcaldavcalendar This function requires authentication

Description

Refreshes the caldav calendar with the id specified in the request.

Parameters
Name Description Type Example
calendarId
sent in body
Calendar ID string some text
team
sent in body
User list Collection of strings some text
Example
UPDATE api/2.0/calendar/refreshcaldavcalendar
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "calendarId": "some text",
  "team": [
    "some text"
  ]
}
Returns

This method doesn't return any data.