calendar_import_event
Import events into Google Calendar by providing an iCalUID, summary, start and end times. Creates a private copy of the event.
Instructions
Import an event into a Google Calendar (adds a private copy using iCalUID)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endTime | Yes | End time in ISO 8601 or date-only for all-day events | |
| iCalUID | Yes | iCalendar UID of the event to import | |
| summary | Yes | Event title | |
| location | No | Event location | |
| startTime | Yes | Start time in ISO 8601 or date-only for all-day events | |
| calendarId | No | Calendar ID (default: primary) | |
| description | No | Event description |