This is happening to me as well. I noticed that my code was not handling repeating events today. (Before today, my cal was working great on www.AZGroups.com )
So I changed a repeating event (spanning two days) to a single event, and used "duplicate event" to make the single event, two individual events. Ever since then, the AZGroups.com page dies with .... [ArgumentOutOfRangeException: Index was out of range. Must be non- negative and less than the size of the collection. Parameter name: index] System.Collections.CollectionBase.System.Collections.IList.get_Item(Int32 index) +2428161 Google.GData.Extensions.WhenCollection.get_Item(Int32 index) +43 This error only happens if I share the following public calendar. http://www.google.com/calendar/ical/admin%40azgroups.com/public/basic.ics I've since tried to delete the events, and re-add them, but it looks to me like there is a bug in the database of events, that I can't see, that is causing this error. Would be great to get to the bottom of this. Currently, I'm not showing the calendar, because it crashes the public azgroups.com site. Please help :) -=- Scott On Feb 22, 9:07 am, "Frank Mantek" <[EMAIL PROTECTED]> wrote: > Can you give me a bit more detail? I assume the error is an Exception > because a collection is empty? Is there a way for me to reproduce this > problem? Anything special about the case where this happens? Are you using > Service.Insert directly, or the method on the Feed? > > Regards > > Frank Mantek > Google > > On 2/21/07, Kulvinder Singh <[EMAIL PROTECTED]> wrote: > > > > > > > Hi, > > > I sometimes get the error below when i insert an event in Google calenader > > through C# library : > > > System.Collections.CollectionBase.System.Collections.IList.get_Item(Int32 > > index) at Google.GData.Client.AtomEntryCollection.get_Item(Int32 > > index) at Google.GData.Client.Service.Insert(Uri feedUri, AtomEntry > > newEntry) > > > Any guesses why the AtomEntryCollection is empty ? > > > Regards > > Kulvinder Singh > > > ------------------------------ > > Never Miss an Email > > Stay connected with Yahoo! Mail on your mobile. Get > > started!<http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/services?pr...>>- > > 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 -~----------~----~----~----~------~----~------~--~---
