RSS for Events

RSS = Real Simple Syndication, I learned recently.  I've been wanting to implement something similar for events (of the calendar variety) for some time.  There are several formats in use today to describe events, but none are as pervasive and as widely used as RSS is for blogging and articles.

I have an event calendar on my website.  It's hard to keep it updated, though, since there is today no automated way to pull in events.  For instance, Microsoft periodically posts new tech chats, conference calls, and webcasts on MSDN.  Various training companies announce new class dates.  Conferences announce their upcoming dates and locations.  And user groups are often updating information about upcoming meetings.  All of this information I would like to present on the calendar, so that ASP/ASP.NET developers could see everything in one place.

I've finally had it with the manual approach - my goal now is at the very least to talk MSDN and INETA into adopting a standard event framework so that we can share event information with one another.  Ideally, I'd like to see have a reusable framework that many people will use to expose and consume event feeds.  So far, I have a few interested individuals signed up and discussiing the shape this framework should take.  If you're interested in participating and/or lurking, you can sign up for this list at AspAdvice.com, here.

3 Comments

  • Sure, RSS would be great because aggregators exist already, but I would rather have an application that takes my event feeds and puts it into a calendar view, and gives you the option to tag and dump events into your Outlook calendar.

  • Robert - that's the plan. I know RSS won't work, that's why there's something to do. Perhaps when we're done we'll name the standard RSE (real simple events), but it certainly won't use RSS.

  • Jeff - sign up on the listserv if you haven't. We'd pretty much ruled out RSS as being suited to this, but I'd be open to any ideas at this point, and I agree that whatever we go with should be something everyone uses.

Comments have been disabled for this content.