Hi,
To fetch more than 25 events (default setting), you will have to update your query with a call to setMaxResult (or some other method named like that). Maybe you should have a look at the API Protocol Reference first : http://code.google.com/intl/fr/apis/calendar/data/2.0/reference.html#Parameters . To fetch events from secondary calendars, you have to change the "user" part on the URL feed ; the user part for the main calendar is your gmail address, whereas for secondary calendars, this is a pseudo random mail address like [email protected]. This data can be retrieved by having a look on the Calendar GUI, in the secondary calendar settings page, by clicking on the orange "xml" button : it will display a full feed URL, just copy/paste the "user" part. I may add that your "issues" have already been answered several times, please review/search all API Reference and already answered questions before posting something. -- 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://code.google.com/apis/calendar/community/forum.html
