GET api/2.0/calendar/{calendarId}/ical/{signature}
Returns the iCal feed 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/%22some+text%22/ical/%22some+text%22
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json