# CalendarBootstrapDTO


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**defaultCalendar** | [**CalendarRecordDTO**](CalendarRecordDTO.md) |  | [optional] [default to undefined]
**calendars** | [**Array&lt;CalendarRecordDTO&gt;**](CalendarRecordDTO.md) |  | [optional] [default to undefined]
**backfilled** | **number** |  | [optional] [default to undefined]
**teamCalendarsCreated** | **number** |  | [optional] [default to undefined]
**companyCalendarCreated** | **boolean** |  | [optional] [default to undefined]

## Example

```typescript
import { CalendarBootstrapDTO } from '@caraer/client';

const instance: CalendarBootstrapDTO = {
    defaultCalendar,
    calendars,
    backfilled,
    teamCalendarsCreated,
    companyCalendarCreated,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
