GET api/2.0/calendar/{calendarId}/ical/{signature}
Returns the feed for the iCal associated with the calendar by its ID and signagure specified in the request
Name |
Description |
Type |
Example |
calendarId
sent in url
|
Calendar ID
|
string
|
some text
|
signature
sent in url
|
Signature
|
string
|
some text
|
To get the feed you need to use the method returning the iCal feed link (it will generate the necessary signature)
GET api/2.0/calendar/some+text/ical/some+text
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json