cURL
curl --request POST \ --url https://api.klavis.ai/sandbox/outlook_calendar/{sandbox_id}/initialize \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "events": [ { "subject": "<string>", "id": "<string>", "start": {}, "end": {}, "location": {}, "attendees": [ "<string>" ] } ] } '
{ "sandbox_id": "<string>", "status": "idle", "message": "<string>", "records_created": {} }
Initialize the sandbox with outlook_calendar-specific data following the defined schema.
Your Klavis AI API key.
The unique sandbox identifier
Complete Outlook Calendar sandbox data structure
List of calendar events
Show child attributes
Event subject/title
Event ID (read-only, set by Outlook)
Start time with dateTime and timeZone
End time with dateTime and timeZone
Location object with displayName
List of attendee email addresses (e.g., ['[email protected]'])
Successful Response
Response model for sandbox initialization
Sandbox identifier
Current status
idle
occupied
Initialization result message
Count of records created per object type