Microformatting the Future of Web Apps

Update: I’ve updated my schedule corrections to include hcards for all the speakers, so besides adding the entire schedule to your calendar, you can now import all the speakers to your address book.

Lisa from FoWA notified me that she’s since incorporated my hcalendar changes into the official schedule. Nice!

FoWA Banner

I wanted to draw attention to the effort put into the schedule for the upcoming Future of Web Apps (which we’re in London for). One the surface, it’s a great looking schedule — under the hood, you’ll find microformats marking up the times of the sessions. A nice effort, to be sure, except that their effort lacks a certain… accuracy.

I point this out for two reasons: one, I’d love to see the schedule fixed so that you can download it into your calendar. Second, it serves as a good example of why the Microformats community has been wise to minimize the use of both hidden microformatted content as well as invisible meta data as much as possible.

To illustrate the problem, let me point out two important elements of the microformat. These elements specify when an event begins and ends respectively. From the icalendar standard, these values are indicated by the and attributes. For example, this code would indicate that an event starts on Feb 20th at 6pm in London:

<abbr class="dtstart" title="20070220T1800Z">6pm</abbr>

However, when viewed in a browser, it looks like this: 6pm, and taken out of context, that 6pm could happen on any day of any year in any timezone. By marking up that time with an ISO datetime in the context of an hcalendar object, we know exactly what time and in what timezone we’re talking about.

So, looking at the FoWA schedule, you don’t know it, but even though it looks like it’s offering all the right times and correct information in the human-facing data, delving into the microformatted data will reveal a very different agenda, specifically one that takes place in 2006 and goes backwards in time, with some events ending on the day before they started.

Again, they’re certainly to be commended for their efforts to microformat their schedule to make it easy to import and subscribe to, but they seem to have missed an opportunity in actually providing a computer-readable schedule.

Here are some things that need to be fixed on the schedule:

  1. All times need to be contained in <abbr> tags, not <span>s. This is a common error in marking up hcalendar, so watch for this one first.
  2. Second, the dates specified in the title attributes need to be 100% accurate; it’s better to have no data than incorrect data.
  3. Third, all start times should begin before the end times, unless you’re marking up the schedule for a time machine.
  4. I should point out that it would be useful if all people and organization were marked up as , but that’s a separate matter.
  5. Lastly, it always helps to validate your basic XHTML and run your microformatted content through consuming applications like Operator, X2V or Tails to see if the existing tools can make sense of your data. If not, it won’t work for anyone else either.

I’ve gone head and corrected the schedule. I’d love the for the FoWA team to take these basic changes and incorporate them into their schedule, but I know they’re busy, so in the meantime, feel free download the schedule in ICS format using Brian Suda‘s X2V transform script.

Author: Chris Messina

Head of West Coast Business Development at Republic. Ever-curious product designer and technologist. Hashtag inventor. Previously: Molly.com (YC W18), Uber, Google.

5 thoughts on “Microformatting the Future of Web Apps”

  1. well done…

    the X2V-script looks very useful (haven’t seen it yet), though my google calender won’t import its output – no error-msg, but also no schedule-entries (maybe it’s because of the missing DURATION-elements?).

    Apple iCal imports fine, however some of the scheduled start/endtimes seem to be messed up…hm

    anyway, looking forward going to london next week 🙂

  2. Chris,

    nice primer on the gotchas. I’l also point out Dmitry Baranovky’s great conference schedule creator. It creates very nice table based (for time tables) hCaendar – including the use of headders and ids. It makes what can be a tricky and time consuming process a snap.

    john

  3. Hi Chris
    Thanks for pointing this out – our bad!! Have incorporated your changes, and for the next event promise to get it right first time 🙂 Although, we might have to refrain from adding anything until a couple of weeks before the event, as schedules often chop and change.
    Hope you’re enjoying London – see you both soon.
    Lisa

  4. G’day Chris

    Your hCalendars don’t import into Outlook 2003 (and thus neither do the revised FOWA ones). It’s pretty common with the auto-conversions. This is a known bug http://microformats.org/wiki/icalendar-implementations#Microsoft_Outlook

    I’ve been working on it a while to get it to work, but no luck so far. As a temporary (and lame) measure, I’m just linking to the export page at upcoming.org for my event

    If I get anywhere, I’ll let you know

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: