ericzile / google-gdata

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

Link rel="next" missing from Calendar Query #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Follow
http://www.google.com/calendar/feeds/uk__en_gb@holiday.calendar.google.com/publi
c/full?start-min=2006-09-15&start-max=2007-04-13
to request all UK holidays over a 7 month period. Note that 25 results are
returned.
2. Follow
http://www.google.com/calendar/feeds/uk__en_gb@holiday.calendar.google.com/publi
c/full?start-min=2006-09-15&start-max=2007-04-13&max-results=1
which sets the max entry count to 1. Link rel="next" is missing.
3. Follow
http://www.google.com/calendar/feeds/uk__en_gb@holiday.calendar.google.com/publi
c/full?start-min=2006-09-15&start-max=2007-04-13&max-results=30
which sets the max entry count to 30. Notice that there are 30 results.

What is the expected output? What do you see instead?
Link rel="next" is missing in all three inputs. There are at least 30
results so we should be able to get further chunks for 25 and 1 results;
presumingly we should have a "next" link when we have all the results on a
single page too.

What version of the product are you using? On what operating system?
1.0.5, Windows XP.

Please provide any additional information below.
Have tried this with various private and public calendars, with the same
result. First noticed when EventQuery.NextChunk in the C# client library
was consistently null.

Original issue reported on code.google.com by ssha...@gmail.com on 13 Oct 2006 at 10:08

GoogleCodeExporter commented 9 years ago

Original comment by fman...@gmail.com on 17 Oct 2006 at 9:15

GoogleCodeExporter commented 9 years ago
This issue has been resolved - the "next" link should now exist when it's 
appropriate.

Original comment by api.rb...@gmail.com on 25 Jan 2007 at 7:35