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
- Accept
enum of string
Can be one of:
application/json
.
Path
- calendarId
string
Calendar ID
- signature
string
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