event_delete
Permanently delete a calendar event. eventHint is the exact event ID or exact event title from a event_list result, resolved server-side to the canonical event; use event_list first when neither is known. Requires approval; this action is irreversible. `destructive` · approval · v2
Authorization
memberToken Tokens
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
text/plain
text/plain
text/plain
text/plain
curl -X POST "https://example.com/tools/event_delete/invoke" \ -H "Content-Type: application/json" \ -d '{ "input": { "eventHint": "string" } }'{ "toolName": "string", "status": "string", "content": "string", "isError": true, "message": "string", "errorCode": "string", "retryable": true, "result": null}event_add POST
Create a calendar event with a concrete time range. Resolve natural-language dates and times before calling. Use event_update for an existing event. `workspace_write` · v2
event_list POST
List calendar events in a concrete time window, optionally filtered by title, description, or location. Resolve natural-language dates to startISO and endISO before calling. `read` · v2