javascript - Add a google gadget to webpage -


i'd add google calendar gadget webpage.

this page shows gadget http://www.google.com/ig/directory?synd=open&url=http://www.google.com/ig/modules/calendar3.xml

the linked page includes code paste webpage http://www.gmodules.com/ig/creator?synd=open&url=http%3a%2f%2fwww.google.com%2fig%2fmodules%2fcalendar3.xml&lang=en

i tried creating simple page:

<!doctype html> <html> <head>     <title>calendar</title> </head> <body> *<script src="//www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/calendar3.xml&amp;up_calendarfeeds=&amp;up_calendarcolors=&amp;up_showdatepicker=1&amp;up_showemptydays=0&amp;up_showexpiredevents=1&amp;synd=open&amp;w=320&amp;h=447&amp;title=google_calendar&amp;lang=en&amp;country=all&amp;border=%23ffffff%7c3px%2c1px+solid+%23999999&amp;output=js"></script>* </body> </html> 

but resulting page not display calendar, '**'. i'm storing page in local file (not on server) , opening in browser.

any suggestions, including way same functionality?

the information on page leads solution:

https://support.google.com/calendar/answer/41207?hl=en


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -