Skip to content

Instantly share code, notes, and snippets.

@yoshuawuyts
Last active November 30, 2015 16:13
Show Gist options
  • Save yoshuawuyts/a3e30016d970fcea6ccf to your computer and use it in GitHub Desktop.
Save yoshuawuyts/a3e30016d970fcea6ccf to your computer and use it in GitHub Desktop.
events.toml

Project planning, notes, time schemas and more need a consolidated data format. This is that format.

possible applications

  • bookmarking
  • note taking
  • project planning
  • calendars

features

  • bare minimum required properties (name only)
  • backwards-referencing (full-graph compatibility)
  • external referencing (combined with IPFS, extremely potent)
  • plain-text, sharable
  • human-readable
  • extensible for different applications (e.g. build on top of it)
name = "my-event" # required, event name
refs = [] # optional, refs are references to other events
links = [] # optional, links are references to external files
[ meta ]
description = ""
[ location ]
address = "4, the waves, thirroul, NSW"
[ time ]
start = "" # event start time
end = "" # event end time for an event
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment