# CalBookingData

Model ID: `CalBookingData`

A Cal.com booking.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `absent_host` | `boolean|null` | No |  |  | `null` | Yes |  |
| `attendees` | `array|null` | No |  |  | `null` | Yes |  |
| `booking_fields_responses` | [`CalBookingFieldsResponses`](./CalBookingFieldsResponses.md) | No |  |  | `null` | Yes |  |
| `cancellation_reason` | `string|null` | No |  |  | `null` | Yes |  |
| `cancelled_by_email` | `string|null` | No |  |  | `null` | Yes |  |
| `created_at` | `string|null` | No |  |  | `null` | Yes |  |
| `description` | `string|null` | No |  |  | `null` | Yes |  |
| `duration` | `integer|null` | No |  |  | `null` | Yes |  |
| `end` | `string|null` | No |  |  | `null` | Yes |  |
| `event_type` | [`CalEventTypeRef`](./CalEventTypeRef.md) | No |  |  | `null` | Yes |  |
| `event_type_id` | `integer|null` | No |  |  | `null` | Yes |  |
| `guests` | `array|null` | No |  |  | `null` | Yes |  |
| `hosts` | `array|null` | No |  |  | `null` | Yes |  |
| `id` | `integer|null` | No |  |  | `null` | Yes |  |
| `location` | `string|null` | No |  |  | `null` | Yes |  |
| `meeting_url` | `string|null` | No |  |  | `null` | Yes |  |
| `metadata` | `object|null` | No |  |  | `null` | Yes |  |
| `rating` | `integer|null` | No |  |  | `null` | Yes |  |
| `rescheduled_by_email` | `string|null` | No |  |  | `null` | Yes |  |
| `rescheduled_from_uid` | `string|null` | No |  |  | `null` | Yes |  |
| `rescheduling_reason` | `string|null` | No |  |  | `null` | Yes |  |
| `start` | `string|null` | No |  |  | `null` | Yes |  |
| `status` | `string|null` | No |  |  | `null` | Yes |  |
| `title` | `string|null` | No |  |  | `null` | Yes |  |
| `uid` | `string|null` | No |  |  | `null` | Yes |  |
| `updated_at` | `string|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
