1 message in com.googlegroups.google-gadgets-apicreate gadget in igoogle
FromSent OnAttachments
zhumeng31 Oct 2007 17:17 
Subject:create gadget in igoogle
From:zhumeng (zhum@gmail.com)
Date:10/31/2007 05:17:38 PM
List:com.googlegroups.google-gadgets-api

Hi experts ,

I want to create a gadget in igoogle page . The gadget should show all the events of some of the calendars of the user who login the igoogle page auto automatically . The problem is how it to run without Accessing Request . It's unuseful , while i code as followed : ************************************************************************************************************* var myService = new google.gdata.calendar.CalendarService('Love_Calendar'); var feed = 'https://www.google.com/calendar/feeds/default' google.accounts.user.checkLogin(feed); myService.getCalendarsFeed( feed, handleCalendarFeed, handleError); ************************************************************************************************************** please give me some advise or samples . thanks .