/freeBusy
POST
/freeBusy
freebusy
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.googleapis.com/calendar/v3/freeBusy' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"calendars": {
"property1": {
"busy": [
{
"end": "2019-08-24T14:15:22Z",
"start": "2019-08-24T14:15:22Z"
}
],
"errors": [
{
"domain": "string",
"reason": "string"
}
]
},
"property2": {
"busy": [
{
"end": "2019-08-24T14:15:22Z",
"start": "2019-08-24T14:15:22Z"
}
],
"errors": [
{
"domain": "string",
"reason": "string"
}
]
}
},
"groups": {
"property1": {
"calendars": [
"string"
],
"errors": [
{
"domain": "string",
"reason": "string"
}
]
},
"property2": {
"calendars": [
"string"
],
"errors": [
{
"domain": "string",
"reason": "string"
}
]
}
},
"kind": "calendar#freeBusy",
"timeMax": "2019-08-24T14:15:22Z",
"timeMin": "2019-08-24T14:15:22Z"
}
Request
Body Params application/json
Responses
Modified at 2023-08-15 05:59:47