Hi, this question is for those with knowledge of Google Calendar API. There is a public calendar feed: http://www.google.com/calendar/feeds/fantasyradio@
yandex.ru/public/basic Here is my code: CalendarService service = new CalendarService("Calendar"); CalendarQuery query = new CalendarQuery("http://www.google.com/calendar/feed s/fantasyradio@yandex.ru/public/basic"); CalendarFeed feed = ...