Section
Sections are used to divide the conference agenda into multiple parts, usually days.
Firebase reference: confs/detail/${confId}/sections/${sectionId}
REST example: Boston Conference sections
Code sample: section.js
Properties
Name | Type | Description |
---|---|---|
name | string | Name (usually a short name like "Day 1" or "Workshops") |
title | string | Title (usually longer, e.g. "Monday, October 22") |
startTime | string | Start time in ISO 8601 format |
endTime | string | End time in ISO 8601 format |