{
"automationType": "google_calendar",
"nodeId": "gcal-create-event-002",
"nodeParams": {
"action": "appointment",
"params": {
"summary": "My Summary",
"description": "My Event Description",
"startTime": "custom_field_1",
"endTime": "custom_field_2",
"durationMinutes": 30,
"location": "Room Test",
"timezone": "America/Creston",
"attendees": ["[email protected]"],
"sendUpdates": "all",
"reminderMinutes": [],
"visibility": "public",
"status": "tentative",
"colorId": "9",
"customFields": [
{ "field": "startTime", "customFieldEnabled": true },
{ "field": "endTime", "customFieldEnabled": true }
]
}
}
}