feat(n8n-webhook): add calendar list update delete approval flows
This commit is contained in:
13
skills/n8n-webhook/assets/test-update-calendar-event.json
Normal file
13
skills/n8n-webhook/assets/test-update-calendar-event.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"action": "update_calendar_event",
|
||||
"args": {
|
||||
"calendar": "primary",
|
||||
"event_id": "example-calendar-event-id",
|
||||
"title": "Updated call with vendor",
|
||||
"start": "2026-03-13T18:15:00Z",
|
||||
"end": "2026-03-13T18:45:00Z",
|
||||
"location": "Updated room",
|
||||
"description": "Updated by OpenClaw action bus.",
|
||||
"send_updates": "none"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user