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 .
--~--~---------~--~----~------------~-------~--~----~
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://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---