Execution of request failed: https://www.google.com/calendar/feeds/xxxx@gmail.com/private/full

157 views
Skip to first unread message

Trucha Adam

unread,
Nov 25, 2014, 8:39:22 AM11/25/14
to google-ca...@googlegroups.com
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("xx...@gmail.com", "abc123");

            query.Uri = new Uri("http://www.google.com/calendar/feeds/xx...@gmail.com/private/full");

            AtomFeed calFeed = service.Query(query);


Any ideas?

dev.gro...@gmail.com

unread,
Nov 26, 2014, 3:14:50 AM11/26/14
to google-ca...@googlegroups.com
Hy, you use the API v2. It's feature since the 17 novembre 2014.
You shall use API V3.

Le mardi 25 novembre 2014 14:39:22 UTC+1, Trucha Adam a écrit :
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");
Reply all
Reply to author
Forward
0 new messages