unified-rsvp: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(add context, projects at devcamp)
 
Line 26: Line 26:
**callback: optional parameter for json calls
**callback: optional parameter for json calls
*Yahoo Upcoming Microformats Parser - http://wiki.github.com/reid/upcoming-attendees
*Yahoo Upcoming Microformats Parser - http://wiki.github.com/reid/upcoming-attendees
*UI for attendants - http://www.montrics.com/Events/Attendants.htm


== see also ==
== see also ==
* [[event-consolidation]]
* [[event-consolidation]]

Latest revision as of 20:47, 22 June 2016

One of several projects at microformatsDevCamp.

summary

The goal is to create a client library which can be used to list all the attendees for an event across multiple sites which use hCalendar microformats and link rel="me"

Example

Our example is using the dev camp event and pulling the attendees from http://microformats.org/wiki/events/2009-07-25-dev-camp and upcoming

Components

  • Microformats hCalendar Parser
  • Dedupper which takes care of not showing an attendant more than once. We are using the social graph api to make sure we have accounted for all the identities of a given person.
  • Client Library

Project Members

  1. Dustin Whittle
  2. Aramys Miranda
  3. Matthew Levine
  4. Reid Burke
  5. Monica Keller

Code

see also