GetAvailability
Queries the free/busy information for one or more calendars using the FreeBusy: query API.
Input
| Name | Type | Required | Description |
| TimeMin | Datetime | True | The start of the interval for the query (RFC3339 timestamp). |
| TimeMax | Datetime | True | The end of the interval for the query (RFC3339 timestamp). |
| EntityIds | String | True | Comma-separated list of identifiers of a calendars and/or groups to query. |
| CalendarExpansionMax | Integer | False | Maximal number of calendars for which FreeBusy information is to be provided. Maximum value is 50. |
| GroupExpansionMax | Integer | False | Maximal number of calendar identifiers to be provided for a single group. Maximum value is 100. |
Result Set Columns
| Name | Type | Description |
| EntityId | String | The identifier of the calendar or group. |
| BusyStartTime | Datetime | Indicates the start time of the busy period. |
| BusyEndTime | Datetime | Indicates the end time of the busy period. |