Skip to main content
POST
Save an ICS feed

Headers

Authorization
string
required

value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token

Body

application/json
urls
string[]
required

An array of ICS URLs

Example:
readOnly
boolean
default:true

Whether to allowing writing to the calendar or not

Example:

false

Response

201 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required