Get the iCal feed

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

Request

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

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

Headers

Acceptenum of string

Can be one of: application/json.

Path

calendarIdstring

Calendar ID

signaturestring

Signature

Examples

GET /api/2.0/calendar/%7BcalendarId%7D/ical/%7Bsignature%7D HTTP/1.1
Accept: application/json
Host: example.com
curl --request GET \
  --url https://example.com/api/2.0/calendar/%7BcalendarId%7D/ical/%7Bsignature%7D \
  --header 'Accept: application/json'

Responses

200

Calendar iCal feed

Get Help

  • If you have any questions about ONLYOFFICE Workspace, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).