Embedding a Google Calendar (with the calendar embedding tool on the GUI) does require an Iframe.
If you want your data to be crawled by search engines, you 'd rather read the raw calendar event feed and wrap it with html/css code so that it fits nicely in your website. However, reading the event feed and dynamically creating html/css code to display the event data means that you should be quite experienced in Javascript/HTML/DOM/CSS. You may want to start by having a look at the Javascript developer's guide for Calendar API : http://code.google.com/intl/fr/apis/calendar/data/1.0/developers_guide_js.html -- You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/calendar/community/forum.html
