Google Calendar - No deletion

by erickva
Verified

create_event

Add new events to Google Calendar without the risk of deletion. Specify title, start/end times, location, description, and attendee emails.

Instructions

Create a new calendar event

Input Schema

NameRequiredDescriptionDefault
attendeesNoList of attendee email addresses
descriptionNoEvent description
endYesEnd time in ISO format
locationNoEvent location
startYesStart time in ISO format
summaryYesEvent title

Input Schema (JSON Schema)

{ "properties": { "attendees": { "description": "List of attendee email addresses", "items": { "type": "string" }, "type": "array" }, "description": { "description": "Event description", "type": "string" }, "end": { "description": "End time in ISO format", "type": "string" }, "location": { "description": "Event location", "type": "string" }, "start": { "description": "Start time in ISO format", "type": "string" }, "summary": { "description": "Event title", "type": "string" } }, "required": [ "summary", "start", "end" ], "type": "object" }

You must be authenticated.

Other Tools from Google Calendar - No deletion

Related Tools

ID: yt9sukbked