TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

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.