Hello,

I suppose you are using the Java client library which has a section in the
developer's guide on how to retrieve events between a specified date range:

http://code.google.com/apis/calendar/data/2.0/developers_guide_java.html#RetrievingDateRange

Best,
Alain

On Sun, Aug 21, 2011 at 9:56 AM, Ray Baxter <[email protected]> wrote:

> There is no updated-max parameter on the Google Calendar API:
>
> http://code.google.com/apis/calendar/data/2.0/reference.html#Parameters
>
> Ray
>
> On Sun, Aug 21, 2011 at 1:23 AM, seanb <[email protected]> wrote:
> > Hello
> > First time working with the Google calendar programatically and needed to
> > query a set of dates from a particular calendar. This is what was done:
> >             EventQuery query = new EventQuery(calendar.Id.Uri.Content);
> >             query.StartDate = startDate;
> >             query.EndDate = startDate.AddDays(days);
> >             EventFeed feed = svc.Query(query);
> > It bombs out at the last line essentially there's something wrong with
> the
> > updated-max parameter, to be precise:
> >
> > The 'updated-max' parameter is not supported on this resource
> >
> > Any ideas?
> > Thanks
> >
> > --
> > 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
> >
>
> --
> 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
>



-- 
Alain Vongsouvanh

-- 
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

Reply via email to