I've been playing around with Goplan and really like the feature set so far. One of the invisible features that is now visible thanks to a post by Fred Oliveira is their support for microformats -- namely :

I’d like to take some time to highlight the icalendar integration and microformats support. We’ve been fans of the Microformats project for quite a while, and are working on bringing Microformat compability for events (in the calendar, as well as due tasks) and people. This allows us to provide developers with more ways to export project-related data. For more information on microformats, see the microformats project homepage.

This is smart development. Though it might not seem entirely obvious how Goplan users can take advantage of this small addition, over time I think we'll see excellent integration with tools like Greasemonkey, browser scripts and user styles or rendering engines. Can OpenID support be far off?


💬 Comments from the original post

[...] Messina has been jabbering on about microformats forever. I recently got around to asking, “what’s the big deal”? Essentially, the content doesnt change but the packaging does. Formats like RSS, while effective, are inefficient because they require an additional packaging process: the generation of the feed. Microformats take the built in id and class properties of HTML elements and use them for their underlying purpose…no, not to style and format. That’s a secondary use. The primary function of id and class is identify an “object” within the DOM. ID’s for single objects, classes for recurring objects. Microformats exploit these identifiers in such a way that a web document itself acts as the publishing feed…a parser can go through looking for a standardized format for information such as calendar and address book info. no secondary republishing. and, every instance of support means that another developer has to do one less thing in making his data scrape work. [...]

Goplan supports microformats