POST {{baseUrl}}/calendars/freeBusy
Returns free or busy information for a set of calendars. Scopes: Rate Limit Label: calendar:write
,calendar:write:admin
MEDIUM
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"kind": "calendar#freeBusy",
"timeMax": "<dateTime>",
"timeMin": "<dateTime>",
"calendars": [
{
"id": "<string>",
"errors": [
{
"domain": "<string>",
"reason": "<string>"
},
{
"domain": "<string>",
"reason": "<string>"
}
],
"busy": [
{
"start": "<string>",
"end": "<string>"
},
{
"start": "<string>",
"end": "<string>"
}
]
},
{
"id": "<string>",
"errors": [
{
"domain": "<string>",
"reason": "<string>"
},
{
"domain": "<string>",
"reason": "<string>"
}
],
"busy": [
{
"start": "<string>",
"end": "<string>"
},
{
"start": "<string>",
"end": "<string>"
}
]
}
],
"groups": [
{
"id": "<string>",
"errors": {
"domain": "<string>",
"reason": "<string>"
},
"calendars": [
"<string>",
"<string>"
]
},
{
"id": "<string>",
"errors": {
"domain": "<string>",
"reason": "<string>"
},
"calendars": [
"<string>",
"<string>"
]
}
]
} |
ENDPOINTS