feat(v3-events): update events_general object definition with virtual/physical and external ID fields
This commit is contained in:
@@ -47,7 +47,8 @@ events_general_obj_li = {
|
||||
'account_id', 'event_id',
|
||||
'event_id_random', 'account_id_random', 'event_code', 'conference',
|
||||
'type', 'name', 'summary', 'description', 'format', 'timezone',
|
||||
'location_text', 'status', 'enable', 'hide', 'priority', 'sort',
|
||||
'location_text', 'physical', 'virtual', 'external_person_id',
|
||||
'status', 'enable', 'hide', 'priority', 'sort',
|
||||
'group', 'notes', 'created_on', 'updated_on', 'default_qry_str'
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user