Skip to content

CALENDAR_VERSION

reference
1 min readUpdated

Kind: Constant

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

Part of: 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)

  • addTestingFeaturesOutlook_plugin/src/calendar/test-tools.ts:10
  • handleErrorResponseOutlook_plugin/src/taskpane/taskpane.ts:69

Was this page helpful?

Download as PDF