Here is my code:
CalendarService myService = new
CalendarService(authFactory.ApplicationName);
myService.RequestFactory = authFactory;
FeedQuery query1 = new FeedQuery();
query1.Uri = new Uri("http://www.google.com/calendar/
feeds/default");
AtomFeed calFeed1 = myService.Query(query1);
At this line of code I get Internal Error 500/Redirection Issue. This
code method of getting the authtoken worked perfectly. Then it
suddenly stopped.
I tried searching and found references to cookies... but I cannot tell
if there is a change I can make.
Can someone help?
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
-~----------~----~----~----~------~----~------~--~---