Last active
March 4, 2016 16:00
-
-
Save jarthorn/bc9691ae93d11b5f0df1 to your computer and use it in GitHub Desktop.
Edify data model
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title :title string | |
date :date string 'YYYY-MM-DD' | |
allday? :all_day boolean | |
startTime :start_time HH:MM Eastern Standard Time, 24 hour clock | |
endTime :end_time HH:MM Eastern Standard Time, 24 hour clock | |
Office :location string | |
liveStream :live_Stream boolean | |
attendees :size int | |
details :summary string | |
type :kind string(workshop,talk,course) | |
skills :event_skills comma-delimited string | |
tags :tags comma-delimited string |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What we have so far:
title :title
*date
*allday?
*timeFrom
*timeTo
Office :location
*liveStream
attendees :size
details :summary
*type (workshop, talk, course)
skills :event_skills
*tags