geremyk / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Recurring Event error #169

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Query GCalendar with exceptions

What version of the product are you using? On what operating system?

Windows XP

Please provide any additional information below.

Inner Exception: g:recurringException/entryLink is
required.[System.ArgumentException]
TargetSite: CreateInstance
StackTrace:
   at Google.GData.Extensions.RecurrenceException.CreateInstance(XmlNode
node, AtomFeedParser parser)
   at Google.GData.Client.AbstractEntry.Parse(ExtensionElementEventArgs e,
AtomFeedParser parser)
   at Google.GData.Client.AbstractFeed.OnNewExtensionsElement(Object
sender, ExtensionElementEventArgs e)
   at Google.GData.Client.ExtensionElementEventHandler.Invoke(Object
sender, ExtensionElementEventArgs e)
   at Google.GData.Client.AtomFeed.OnNewExtensionElement(Object sender,
ExtensionElementEventArgs e)
   at Google.GData.Client.BaseFeedParser.OnNewExtensionElement(XmlNode
node, AtomBase baseObject)
   at Google.GData.Client.BaseFeedParser.OnNewExtensionElement(XmlReader
reader, AtomBase baseObject)
   at Google.GData.Client.AtomFeedParser.ParseExtensionElements(XmlReader
reader, AtomBase baseObject)
   at Google.GData.Client.AtomFeedParser.ParseEntry(XmlReader reader)
   at Google.GData.Client.AtomFeedParser.ParseFeed(XmlReader reader,
AtomFeed feed)
   at Google.GData.Client.AtomFeedParser.Parse(Stream streamInput, AtomFeed
feed)

Original issue reported on code.google.com by edgar...@gmail.com on 16 Sep 2008 at 2:59

GoogleCodeExporter commented 8 years ago
Can you please attach the HTTP traffic that caused that (use www.fiddlertool... 
or something similiar). Without 
the XML that produced this error it will be hard to pinpoint the problem.

Original comment by fman...@gmail.com on 24 Sep 2008 at 4:44

GoogleCodeExporter commented 8 years ago

Original comment by fman...@gmail.com on 24 Sep 2008 at 4:44

GoogleCodeExporter commented 8 years ago
Here's an appointment that fails when the API tries to parse it. I should 
mention
that it's from the composite feed, and it worked fine with client library 
1.2.0.0

Original comment by testuse...@gmail.com on 25 Sep 2008 at 7:55

Attachments:

GoogleCodeExporter commented 8 years ago
I just tried this with several versions, and i am not getting a parsing error. 
I use code like modified from the 
"Google Calendar template" to load the file above directly (after removing the 
http headers). I got a duplicate 
entry in the feed with the latest DLLs that i fixed. 

Can you download the DLLs directly out of subversion and try this? 

Regards

Frank Mantek

Original comment by fman...@gmail.com on 29 Sep 2008 at 1:34

GoogleCodeExporter commented 8 years ago
I couldn't reproduce this one with client libraries v1.2.2.26167. Seems to be 
fixed
for me :)

Thank you!

Original comment by testuse...@gmail.com on 1 Oct 2008 at 3:07

GoogleCodeExporter commented 8 years ago
goodie. Closing then. 

Original comment by fman...@gmail.com on 1 Oct 2008 at 5:10