Files
swarm-zap/skills/n8n-webhook/assets/test-create-calendar-event.json

12 lines
287 B
JSON

{
"action": "create_calendar_event",
"request_id": "test-calendar-event-001",
"args": {
"calendar": "primary",
"title": "Call with vendor",
"start": "2026-03-13T18:00:00Z",
"end": "2026-03-13T18:30:00Z",
"description": "Drafted from OpenClaw action bus."
}
}