The Situation: I'm a volunteer webmaster (with a couple others) for our new church website (
www.christredeemerchurch.org). We've just gone online and worked really hard to get everything up to xhtml 1.0 strict standards, but there is one glitch.
The Problem: We have a google calendar embedded on one of the pages with the google provided code (<iframe> element) that doesn't jive with the strict standards. We really like the format of the google calendar, but at present we have that one page set to transitional rather than strict so that the site will validate. Does anyone out there have a strict solution to this problem?
The Ideas: In strict, the <object> tag was supposed to replace the <iframe>, but isn't supported in IE. I was thinking that a new approach might be in the xml link provided. There are a couple of examples out there of taking a google calendar xml link and displaying the events in a list on the website, but we've got that functionality already. Is there a way to read in the xml (or html for that matter) and produce a calendar?
The Complications: We have multiple google calendars (with multiple xml links) that we want to display so that users can choose which types of events to display. As a volunteer webmaster for a non-profit organization, we don't have a ton of time or money to spend on a solution.
With all the discussion I've found around the web on this issue, surely someone has a solution .... The closest I've found is this code from netvibes:
http://netvibes.modules.free.fr/modu...gcalendar.html
but it didn't validate (some 200+ errors) and I don't care to debug someone else's code that badly.