Google Calendar atom to XSLT to hCalendar
I've just spent the last few hours turning the atom feed from a Google Calendar into hCalendar formatted HTML output and I'm exhausted. This requires an asp feed parser, knowledge of XSLT and an understanding of atom feeds. Thank you Nathan for the parser!
Here is the XSLT
Many thanks to Brad Hosack and Dave Hartley for your help!
Comments
great xsl!
I was trying to get it working for my little project, but seems like my feed doesn't generate the gd:when. Do I have to do anything special for getting that tag?
Posted by: Justin | July 24, 2008 09:15 AM
gd:when is part of the Atom code created by Google Calendar. I'm not sure how you would create it.
Posted by: Laurie | July 24, 2008 09:38 AM