Im having this error:
An exception of type 'Google.GData.Client.GDataRequestException' occurred in Google.GData.Client.dll but was not handled in user code
Additional information: Execution of request failed: https://www.google.com/calendar/feeds/xx...@gmail.com/private/full
With code:
FeedQuery query = new FeedQuery();
Service service = new Service("cl", "exampleCo-exampleApp-1");
service.setUserCredentials("xxx...@gmail.com", "abc123");
query.Uri = new Uri("http://www.google.com/calendar/feeds/xxxxx@gmail.com/private/full");