Skip to content

IncomingEventDataFormats

Shawna C Scott edited this page Jul 27, 2014 · 2 revisions

list of incoming events formats

What Others are currently using:

HTML (need a page scraper)

  • Unstructured
  • Table (db generated)
  • RSS generator

.ics

Coldfusion

RSS

Modules we might provide to help others structure data

  • blog plugins
  • javascript widgets for post and retrieve of data

o Take a look at Trumba as an example (http://www.trumba.com/connect/default.aspx) hcal generator WIKI PARSE WARNING: unterminated '*'! (http://microformats.org/wiki/hcalendar) WIKI PARSE WARNING: unterminated '*'! (http://microformats.org/wiki/hcalendar-implementations) WIKI PARSE WARNING: unterminated '*'! Markup (Bold are REQUIRED)WIKI PARSE WARNING: unterminated '*'!

<div id="hcalendar-Bad-ass-event" class="vevent">

<a href="http://www.cubespacepdx.com" class="url">

<abbr title="20080119" class="dtstart">January 19th</abbr>, 

<abbr title="20080120" class="dtend"> 2008</abbr>

<span class="summary">Bad ass event</span>– at 

<span class="location">Cubespace, 622 SE Grand Ave. Portland, OR 97214</span></a>

<div class="geo">:
<span cass="latitute">45.51845</span>
<span cass="longitude">-122.66056</span>
</div>

<div class="description">Check it out!</div>

</div>

INITIAL REVIEW NEEDED

Clone this wiki locally