SlidesUp

SlidesUp

  • Start Coding
  • Back to SlidesUp.com

›Schema

Getting Started

  • Overview
  • Concepts
  • API

Schema

  • Conference
  • Section
  • Track
  • Event
  • Speaker
  • Room

Event

Events are the building blocks of the agenda. These could be talks, labs, birds-of-a-feather sessions, breaks–anything with a start & stop time. Events are where it all comes together:

  • An event can be part of a track
  • An event can have multiple speakers
  • An event can be held in one or more rooms

Firebase reference: confs/detail/${confId}/events/${eventId}
REST example: Boston Conference events
Code sample: conf-event.js

Properties

NameTypeDescription
namestringName
isPublishedbooleanIs the event published?
isGeneralEventbooleanIs this event spanning across all tracks? For example, a keynote address or lunch
startTimestringStart time in ISO 8601 format
durationstringDuration in ISO 8601 format, e.g. "PT1H" (1 hour)
trackIdstringTrack to which the event belongs (optional)
roomIdsobjectRoom(s) for the event (object with room ids as keys, values are always true)
speakerIdsobjectSpeaker(s) for the event (object with speaker ids as keys, values are always true)
descriptionstringEvent description as an HTML string
← TrackSpeaker →
Copyright © 2021 SlidesUp, Inc.