Hello, The .NET client library and the API is not the same thing. If you see issues with the client library, please feel free to report those in the project page and/or send a patch to the client library owners as this is an open-source project.
Best, Alain On Thu, Sep 22, 2011 at 11:59 PM, Quint <[email protected]> wrote: > I'm seeing things that look like the API is not threadsafe - anyone else > seen this? > > On "n" threads I'm simultaneously doing a simple .Query to test the > .setUserCredentials, getting a CalendarFeed, iterating them to look for a > match in the .Entries, deleting any that match to a calEntry.Title.Text, > calling .Delete on that one, making a new CalendarEntry with a .Insert ( by > the same name as before ), then .Batch inserting a ton of EventEntry's > > I'm seeing random exceptions like "Object expected" inside the first Query, > or sometimes in the CalendarEntry insert, etc. > > Any ideas? > > -- > 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://code.google.com/apis/calendar/community/forum.html > -- Alain Vongsouvanh | Developer Programs Engineer -- 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://code.google.com/apis/calendar/community/forum.html
