13 messages in com.googlegroups.google-calendar-help-dataapiRe: Example not running for C#
FromSent OnAttachments
chris f25 Apr 2006 06:31 
NickC25 Apr 2006 07:25 
chris f25 Apr 2006 07:27 
chris f25 Apr 2006 07:30 
NickC25 Apr 2006 07:57 
chris f25 Apr 2006 08:19 
Frank Mantek27 Apr 2006 01:13 
chris f11 May 2006 06:06 
Frank Mantek11 May 2006 07:22 
Chris Fauerbach11 May 2006 07:23 
Frank Mantek11 May 2006 07:23 
Chris Fauerbach11 May 2006 07:26 
theb...@gmail.com17 May 2006 05:36 
Subject:Re: Example not running for C#
From:NickC (nick@nichesolutions.co.uk)
Date:04/25/2006 07:57:29 AM
List:com.googlegroups.google-calendar-help-dataapi

Mine looks like this:

TraceCall: calling the real execution over the webresponse Returned contenttype is: text/html from URI : http://www.google.com/calendar/feeds/myaddr...@gma@ Returned statuscode is: Found302 throwing for redirect Got into exception handling for base.execute Got a redirect. http://www.google.com/calendar/feeds/nick.chadw...@nichesolutions.co.uk/private/full Using auth token: ***************** TraceCall: calling the real execution over the webresponse Returned contenttype is: application/atom+xml; charset=UTF-8 from URI : http://www.google.com/calendar/feeds/myaddr...@gma@ Returned statuscode is: Created201

-----------------------

It is very strange that you can query feeds but cannot insert a new item, as they both use the same redirect/token method.

The fact that you are seeing a "first chance exception" is interesting. That normally means that .NET is alerting you to an exception BEFORE it checks to see whether that exception is handled by an enclosing try-catch. Presumably you are running your app within the IDE - you will get the usual dialog with continue/debug/etc. buttons. Just try clicking "continue", and see if that makes any difference. (Although I would expect the same behaviour querying a feed...)