feat(n8n-webhook): add calendar list update delete approval flows
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"action": "delete_calendar_event",
|
||||
"args": {
|
||||
"calendar": "primary",
|
||||
"event_id": "example-calendar-event-id",
|
||||
"send_updates": "none"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"action": "list_upcoming_events",
|
||||
"args": {
|
||||
"calendar": "primary",
|
||||
"days": 7,
|
||||
"max": 10,
|
||||
"query": "zap"
|
||||
}
|
||||
}
|
||||
@@ -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