I did try using those elements but it did not seem to work. It is as if it did not like me using the DateTime objects.
Oh well. On Mon, Oct 10, 2011 at 8:23 AM, Alain Vongsouvanh <[email protected]>wrote: > Hello, > > Additionally, you could use StartTime and EndTime attributes as documented > in the Developer's Guide: > > http://code.google.com/apis/calendar/data/2.0/developers_guide_dotnet.html#RetrievingDateRange > > Though your solution does the exact same thing. > > Best, > Alain > > On Fri, Oct 7, 2011 at 11:23 PM, Chuckie <[email protected]> wrote: > >> For some reason using StartDate and EndDate it would fail. >> >> So I adjusted to use the ExtendedParameters method and passed in >> start-min=yyyy-mm-dd&start-max=yyyy-mm-dd and it works correctly. It limits >> the events returned to the date in question. Eg: >> >> >> oEventQuery.ExtendedParameters("start-min=2011-10-07&start-max=2011-10-08"); >> >> Andy >> >> -- >> 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 | Developer Programs Engineer > > -- > 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
