Property: Has event status
From Miniscope
| Property | |
|---|---|
| Allow multiple values | No |
| Allowed values | Scheduled, Completed, Cancelled, Pending
|
| Display name | Status |
| Description | The status of an event
|
| Data type | Text
|
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "Scheduled", "Completed", "Cancelled", "Pending" ] } }