Scraping calendar data

This post to be a log of a different project.  I have an application that wants an “iCalendar” data feed ala RFC 2445.

The data I want to render into this format is found on my town’s government website, which is built on top of the Virtual Town Halls product. (http://www.vt-s.net/)

Here’s an example: Arlington, MA.

I am going to attempt to use Beautiful Soup to deal with the page…. and see what I can do!

 

Leave a Reply