GET api/2.0/calendar/{calendarId}/ical/{signature}

Description

Returns the iCal feed associated with the calendar by its ID and signagure specified in the request.

Parameters
Name Description Type Example
calendarId
sent in url
Calendar ID string some text
signature
sent in url
Signature string some text
Remark

To get the feed, you need to use the method returning the iCal feed link (it will generate the necessary signature).

Example
GET api/2.0/calendar/%22some+text%22/ical/%22some+text%22
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Calendar iCal feed