And that is not a change in the library, but a change in the server
behaviour. The calendar service started to return NULL for the next chunk,
which it should not
be doing (there is an open bug against this).
Regards
Frank Mantek
Post by JGAllen23i figured it out. I needed to check if the NextChunk uri was null,
something I wasn't doing before.
if (calFeed.NextChunk != null)
{
query.Uri = new Uri(calFeed.NextChunk);
calFeed = service.Query(query);
}
else
calFeed = null;
Thanks
Post by Frank MantekIt would help if you tell me a bit more detail.....
where is this happening?
Frank Mantek
Post by JGAllen23I just upgraded to 1.08 so I could use gdata with my hosted calendar,
{"Value cannot be null.\r\nParameter name: uriString"}
System.Exception
Post by Frank MantekPost by JGAllen23{System.ArgumentNullException}
it worked with 1.07 and I haven't changed any code
------=_Part_35733_2090448.1165257940840
Content-Type: text/html; charset=ISO-8859-1
X-Google-AttachSize: 729
It would help if you tell me a bit more detail.....<br><br>where is this
happening?<br><br>Frank Mantek<br><br><div><span class="gmail_quote">On
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt
0.8ex; padding-left: 1ex;"><br>I just upgraded to 1.08 so I could use
gdata with my hosted calendar,
Post by Frank Mantek<br>but now I get this error when I run my app:<br><br>{"Value
uriString"} System.Exception<br>{
System.ArgumentNullException}<br><br>it worked with 1.07 and I haven't
changed any code
Post by Frank Mantek<br><br><br>
------=_Part_35733_2090448.1165257940840--
--~--~---------~--~----~------------~-------~--~----~
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 google-calendar-help-***@googlegroups.com
To unsubscribe from this group, send email to google-calendar-help-dataapi-***@googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---