Hi, Perhaps you can try submitting all your operations as one batch request. Batch request is ideal for bulk transfer as you described. Batch request allows developers to batch up multiple request within one HTTP request. The number of bytes in the XML that you send to the server may not exceed 1 MB (1,048,576 bytes). There are no limits on the number of operations you may request as long as the total byte size does not exceed 1 MB.
For more details on batch request protocol - http://code.google.com/apis/gdata/batch.html An example of batch request with PHP - http://groups.google.com/group/google-calendar-help-dataapi/browse_thread/thread/9add53145a9cbeaa Hope it helps, Austin On Oct 24, 12:14 pm, simpleone <[EMAIL PROTECTED]> wrote: > Anyone from Google listening? ;-) > > On Oct 22, 11:07 am, simpleone <[EMAIL PROTECTED]> wrote: > > > > > Dear all, > > > I'm using libcurl (from C) to send my calendar data to Google > > calendar. My test calendar data is fairly big (about 7k events). > > Everything runs fine up to approx. 6k events sent - then Google > > Calendar starts to respond with status code 500 and response payload > > is just "Server Error". > > > - I have one thread only > > - I tried to break keep-alive after every 10 posts, did not help > > - I use ethereal to watch the traffic and I'm pretty sure I'm sending > > proper data > > - (even if I was sending wrong data, I should not have seen 500, > > right?) > > - I use cookies for session, so there are no redirects > > > Is this a know issue? Is there some workaround available? > > > Thanks > > > P.- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
