---
title: "Export google_calendar sandbox data"
method: GET
path: "/sandbox/google_calendar/{sandbox_id}/dump"
tags: ["sandbox"]
---

# Export google_calendar sandbox data

`GET /sandbox/google_calendar/{sandbox_id}/dump`

Export all data from the sandbox in the same format used for initialization.

## Path parameters

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

## Response `200`

Successful Response

- DumpSandboxResponseGoogleCalendarData
  - `sandbox_id` string, required — Sandbox identifier
  - `server_name` 'jira' | 'github' | 'salesforce' | 'hubspot' | 'notion' | 'airtable' | 'linear' | 'asana' | 'google_sheets' | 'google_drive' | 'google_docs' | 'gmail' | 'google_calendar' | 'google_forms' | 'clickup' | 'close' | 'monday' | 'motion' | 'onedrive' | 'microsoft_teams' | 'outlook_mail' | 'cal.com' | 'quickbooks' | 'moneybird' | 'dropbox' | 'shopify' | 'woocommerce' | 'outlook_calendar' | 'resend' | 'wordpress' | 'mem0' | 'supabase' | 'slack' | 'confluence' | 'discord' | 'snowflake' | 'postgres' | 'mongodb' | 'youtube' | 'googleworkspaceatlas' | 'huggingface' | 'mock_notion' | 'arxiv_latex' | 'calculator' | 'clinicaltrialsgov' | 'fetch' | 'met_museum' | 'open_library' | 'osm' | 'pubmed' | 'us_weather' | 'duckduckgo' | 'whois' | 'wikipedia' | 'scholarly' | 'howtocook' | 'yahoo_finance' | '12306' | 'youtube_transcript' | 'weather' | 'twelvedata' | 'national_parks' | 'lara_translate' | 'e2b' | 'context7' | 'alchemy' | 'weights_and_biases' | 'oxylabs' | 'google_maps' | 'brave_search' | 'exa' | 'serper', required — Supported MCP servers for sandboxing
  - `dumped_at` string, date-time, required — Timestamp of dump
  - `data` GoogleCalendarDataOutput, required — Complete Google Calendar sandbox data structure
    - `events` GoogleCalendarEvent[], nullable — List of Google Calendar events
      - `title` string, required — Event title/summary (required)
      - `startTime` string, nullable — RFC3339 timestamp for timed events (e.g., 2025-12-01T09:00:00-07:00)
      - `endTime` string, nullable — RFC3339 timestamp for timed events
      - `startDate` string, nullable — All-day event start date in YYYY-MM-DD format
      - `endDate` string, nullable — All-day event end date in YYYY-MM-DD format
      - `timezone` string, nullable — IANA timezone (e.g., America/Los_Angeles)
      - `description` string, nullable — Event description
      - `location` string, nullable — Event location
      - `visibility` string, nullable — Visibility (default, public, private, confidential)
      - `recurrence` string[], nullable — Recurrence rules (RRULE format)
      - `attendees` GoogleCalendarAttendee[], nullable — List of event attendees
        - `email` string, email, required — Attendee email address (required)
        - `name` string, nullable — Attendee display name
        - `isOptional` boolean, nullable — Whether attendance is optional
        - `comment` string, nullable — Attendee's response comment
        - `accepted` 'needsAction' | 'declined' | 'tentative' | 'accepted' — Attendee response status for calendar events

## 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)
