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
