Skip to content

iCalendar booking feed

GET
/api/cal/property/{managingEntityIdentifier}/booking/list
curl --request GET \
--url https://api.wink.travel/api/cal/property/e2c7b4d3-1a8f-4e9c-b5d6-3a9f0e7c2b18/booking/list \
--header 'Authorization: Bearer <token>' \
--header 'Wink-Version: 2.0'

Returns the property’s confirmed bookings rendered in iCalendar (iCal/ICS) format. Subscribe to this feed URL from your calendar application (Google Calendar, Apple Calendar, Outlook, etc.) to display bookings as calendar events. Requires valid CalDAV passkey authentication.

managingEntityIdentifier
required
string
""

Unique identifier of the property for which to retrieve the iCalendar booking feed

Example
e2c7b4d3-1a8f-4e9c-b5d6-3a9f0e7c2b18
Wink-Version
string
default: 2.0.0
Allowed values: 2.0

OK

Media type text/plain
string

Bad Request

object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties
Example generated
{
"type": "https://example.com",
"title": "example",
"status": 1,
"detail": "example",
"instance": "https://example.com",
"properties": {
"additionalProperty": "example"
}
}

Unauthorized

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Forbidden

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Not Found

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Method Not Allowed

object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties
Example generated
{
"type": "https://example.com",
"title": "example",
"status": 1,
"detail": "example",
"instance": "https://example.com",
"properties": {
"additionalProperty": "example"
}
}

Unsupported Media Type

object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties
Example generated
{
"type": "https://example.com",
"title": "example",
"status": 1,
"detail": "example",
"instance": "https://example.com",
"properties": {
"additionalProperty": "example"
}
}

Internal Server Error

object
Example generated
{}

Service Unavailable

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties