---
title: "Initialize outlook_calendar sandbox with data"
method: POST
path: "/sandbox/outlook_calendar/{sandbox_id}/initialize"
tags: ["sandbox"]
---

# Initialize outlook_calendar sandbox with data

`POST /sandbox/outlook_calendar/{sandbox_id}/initialize`

Initialize the sandbox with outlook_calendar-specific data following the defined schema.

## Path parameters

- `sandbox_id` string, required — The unique sandbox identifier

## Query parameters

- `init_default_data` boolean — If true, use default test data for initialization

## Request body

- OutlookCalendarData — Complete Outlook Calendar sandbox data structure
  - `calendar_events` OutlookCalendarEvent[], nullable — List of calendar events
    - `event_id` string, nullable — Event ID (read-only, set by Outlook)
    - `title` string, required — Event subject/title
    - `start_time` object, nullable — Start time with dateTime and timeZone
    - `end_time` object, nullable — End time with dateTime and timeZone
    - `event_location` string, nullable — Location name
    - `event_attendees` string[], nullable — List of attendee email addresses (e.g., ['user@example.com'])

## Response `200`

Successful Response

- InitializeSandboxResponse — Response model for sandbox initialization
  - `sandbox_id` string, required — Sandbox identifier
  - `status` 'idle' | 'occupied' | 'error', required — Status of a sandbox instance - matches database enum
  - `message` string, required — Initialization result message

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/klavis-ai/apis/klavis-ai-https-www-klavis-ai.md) · [All operations](https://skmtc.net/klavis-ai/apis/klavis-ai-https-www-klavis-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/klavis-ai/klavis-ai-https-www-klavis-ai/revisions/1f05ced7280f/schema)
