5 messages in com.googlegroups.google-calendar-help-dataapiPager when getting event feed?
FromSent OnAttachments
rush...@googlemail.com24 Apr 2008 02:30 
Rushen Bilgin24 Apr 2008 04:16 
Austin (Google)24 Apr 2008 10:30 
Ray Baxter24 Apr 2008 12:50 
Rushen Bilgin25 Apr 2008 07:44 
Subject:Pager when getting event feed?
From:rush...@googlemail.com (rush@googlemail.com)
Date:04/24/2008 02:30:12 AM
List:com.googlegroups.google-calendar-help-dataapi

Hi all,

I have googled about event feed pager, but couldn't see any relevant information, and there is nothing mentioned on API documentation about getting feeds per page. Did I missed something?

When you get events like this;

http://www.google.com/calendar/feeds/username@domainname.com/private/full?start-min=2008-04-19T00:00:00&start-@

You sometime receive only 25 entries with following data;

<openSearch:totalResults>58</openSearch:totalResults> <openSearch:startIndex>1</openSearch:startIndex> <openSearch:itemsPerPage>25</openSearch:itemsPerPage>

What is the URL for next page, - and the next page, - and the next page?

As we are using the calendar to calculate job-costs by using job-nr references on titles, it's very crusal for us to download eventually updated old entries (imagine coming back after Christmast and modify 15-20 day old entries).

Since we have too many user-calendars to download, it wouldn't be a good idea to download x many calendars day by day..

(not so relevant to name it, but I am working on an import script to syncronise database entries with Google Calendar)