Conference
This entity holds the key properties of a conference.
Firebase reference: confs/list/${confId}
REST example: Boston Conference
Code sample: conf.js
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Name of the conference |
| isPublished | boolean | Is the conference published for public viewing? |
| startTime | string | Start time in ISO 8601 format |
| endTime | string | End time in ISO 8601 format |
| timezone | string | Timezone in the tz database format, e.g. "America/New_York" |
| description | string | Conference description as an HTML string |
