# CALENDAR_VERSION

**Kind:** Constant

**Source:** `Outlook_plugin/src/calendar/version-check.ts` (line 4)

**Part of:** [Calendar](subsystem-outlook-plugin-src-calendar)

## Definition

```ts
{
    version: "2.0.0-optimized",
    buildDate: new Date().toISOString(),
    features: {
        batchAPI: true,
        rateLimit: true,
        singleTokenAcquisition: true,
        maxBatchSize: 20
    }
}
```

## Value

```ts
{
    version: "2.0.0-optimized",
    buildDate: new Date().toISOString(),
    features: {
        batchAPI: true,
        rateLimit: true,
        singleTokenAcquisition: true,
        maxBatchSize: 20
    }
}
```

## Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (2)

- `addTestingFeatures` — `Outlook_plugin/src/calendar/test-tools.ts`:10
- `handleErrorResponse` — `Outlook_plugin/src/taskpane/taskpane.ts`:69
