Subscribing To The NC State Calendar On Google

I’ve recently become enamored with Google Calendar and have been using it to keep tabs of everything. When I start attending NC State next fall I will attempt to use MyPack as little as possible. By doing so I lose the ability to see the upcoming events on the public events calendar. The school publishes an RSS feed of the calendar but I really want to be able to access the calendar in Thunderbird and Google Calendar.

My searching led me to this page which gave some code for parsing an RSS feed into a compatible ICS file. After some heavy modifications I was able to set up an iCalendar file I could subscribe to. I used an online iCalendar validator to make sure everything worked when I finished.

Hope this might be useful to someone else until NC State decides to publish their own ICS file.

Update: For those interested in keeping track of the mathematics department at NC State, I used the PHP Simple HTML DOM Parser to generate their calendar as an ICS file that you may subscribe to. It simply scrapes the data from the mathematics calendar.

Continue reading » · Rating: · Written on: 06-21-09 · 1 Comment »