Hi Kulvinder,
> I am quering data from Google based on start-min and start-max time 
> query parameters and it still retrieves extra all day events ending on 
> just before the start-min.
>  
> I mean if i have 3 all days events on 9th, 10th and 11th May, 2007 and 
> my query is from 10th to 11th May, 2007 but it still pulls the 9th 
> May, 2007 all day event as well.
I cannot reproduce this error. I created three all day events, one each 
on May 9, 10, 11. The when I fetched the events with any of the following:

http://www.google.com/calendar/feeds/default/private/full?start-min=2007-05-10
http://www.google.com/calendar/feeds/default/private/full?start-min=2007-05-10T00:00:00
http://www.google.com/calendar/feeds/default/private/full?start-min=2007-05-10T00:00:00&start-max=2007-05-12T00:00:00

only the events for the 10th and 11 are retrieved, not the all day event 
on the 9th. I don't know if this is a recent change that perhaps hasn't 
reached your servers.

>  Do you think that i should provide a Timezone query paramter as well. 
> I dont think so since i am giving the serach request in UTC.
By convention, all day events do not have a time zone. In my opinion 
this isn't well documented, but under recurring events the developers 
protocol guide says, "As the event is an all-day event, it does not 
include a reference to a timezone. If you do include a recurring event 
which references a timezone, you don't need to include the |VTIMEZONE| 
definition if the timezone used is a standard Java timezone 
definition."  
http://code.google.com/apis/calendar/developers_guide_protocol.html#create_recurring_event
 


Perhaps you should not specify the timezone? UTC 2007-05-10T00:00 
includes  events  on  May 10 if you are west of Greenwich and east of 
the dateline.

Which language's API are you using?

Ray


> On 3/9/07, *Kulvinder Singh* <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     Thanks a lot of for the consideration.
>
>     */Dirk Flachbart < [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>/* wrote:
>
>
>         Awesome, thanks Ryan !
>
>
>         Dirk
>
>
>         On Mar 8, 10:36 am, "Ryan Boyd (Google)" wrote:
>         > Sorry Dirk and Kulvinder for the delayed response.
>         >
>         > Yes, there is curently an issue with the way searches are
>         done in relation
>         > to all-day events.
>         >
>         > I have a bug filed to do the search based upon the time zone
>         specified for
>         > the calendar. I also have an additional feature request filed
>         to add query
>         > parameter to define what timezone to use for searching.
>         >
>         > Cheers,
>         >
>         > -Ryan
>
>
>         
> ------------------------------------------------------------------------
>         No need to miss a message. Get email on-the-go
>         <http://us.rd.yahoo.com/evt=43910/*http://mobile.yahoo.com/mail%0A>
>         with Yahoo! Mail for Mobile. Get started.
>         <http://us.rd.yahoo.com/evt=43910/*http://mobile.yahoo.com/mail%0A>
>         >


--~--~---------~--~----~------------~-------~--~----~
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 
google-calendar-help-dataapi@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to