Count me in for FamilyDimSum, event formats

Hey Marc, your calculations are correct. I will be back from Stuttgart in time for dim sum. Maybe Julie wants to come too, and we can go hang out at Stanley Park afterwards.

I'm a fan of micro-content. Drupal has enabled this for years, since it's not "just" a blogging tool. Ideally, formats/standards will arise organically. It's fairly trivial to export a different structured format if the source information is stored in a database. I don't really care much about the h* formats...specialized outputs will either be supported directly by themes, or styled as appropriate by people using them.

Drupal's current event module outputs iCal feeds. I think we're going to add per-item vCal links, as well as maybe an RSS feed with vCal items in the enclosure field. There is an RDF namespace for events that might be useful as well, but by supporting iCal and vCal, you get support for the majority of platforms/users without having to rely on support in the client news aggregator -- the default actions of the local OS take over.

Update: I created an Upcoming.org entry

Comments

Event module and recurring events

Hey, what are the chances the event module supports recurring events? I'm in the early stages of a project where one-off events would be less frequent than "second-Tuesday-of-every-month" events.

Recurring events are hard...

They're not supported today. They're a bit hard to implement, and will likely need a separate workflow. e.g. create event, then click a "make recurring" link to choose the repeat interval, in exactly the kind of natural language you mention.

Zut alors!

Thanks, Boris - I figured as much, but hope springs eternal.

(Of course, knowing Alex, she probably already has some WordPress plugin in mind that would take a recurrance interval, turn it into an RSS stream and then aggregate it into a calendar. :-] )