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 .