n8n-nodes-base
Version:
Base nodes of n8n
157 lines (156 loc) • 3.45 kB
JSON
{
"type": "object",
"properties": {
"active_flag": {
"type": "boolean"
},
"add_time": {
"type": "string"
},
"assigned_to_user_id": {
"type": "integer"
},
"attendees": {
"type": "null"
},
"busy_flag": {
"type": "boolean"
},
"calendar_sync_include_context": {
"type": "null"
},
"company_id": {
"type": "integer"
},
"conference_meeting_client": {
"type": "null"
},
"conference_meeting_id": {
"type": "null"
},
"conference_meeting_url": {
"type": "null"
},
"created_by_user_id": {
"type": "integer"
},
"done": {
"type": "boolean"
},
"due_date": {
"type": "string"
},
"due_time": {
"type": "string"
},
"duration": {
"type": "string"
},
"id": {
"type": "integer"
},
"is_recurring": {
"type": "null"
},
"last_notification_time": {
"type": "null"
},
"last_notification_user_id": {
"type": "null"
},
"location": {
"type": "null"
},
"location_admin_area_level_1": {
"type": "null"
},
"location_admin_area_level_2": {
"type": "null"
},
"location_country": {
"type": "null"
},
"location_formatted_address": {
"type": "null"
},
"location_locality": {
"type": "null"
},
"location_postal_code": {
"type": "null"
},
"location_route": {
"type": "null"
},
"location_street_number": {
"type": "null"
},
"location_sublocality": {
"type": "null"
},
"location_subpremise": {
"type": "null"
},
"marked_as_done_time": {
"type": "string"
},
"notification_language_id": {
"type": "null"
},
"original_start_time": {
"type": "null"
},
"owner_name": {
"type": "string"
},
"priority": {
"type": "null"
},
"private": {
"type": "boolean"
},
"public_description": {
"type": "null"
},
"rec_master_activity_id": {
"type": "null"
},
"rec_rule": {
"type": "null"
},
"rec_rule_extension": {
"type": "null"
},
"reference_id": {
"type": "null"
},
"reference_type": {
"type": "null"
},
"series": {
"type": "null"
},
"source_timezone": {
"type": "null"
},
"subject": {
"type": "string"
},
"type": {
"type": "string"
},
"type_name": {
"type": "string"
},
"update_time": {
"type": "string"
},
"update_user_id": {
"type": "null"
},
"user_id": {
"type": "integer"
}
},
"version": 1
}