Hello, I am sure that some had faced this problem before, I am trying
to query a g-cal. Ex, I want to get events that START between 10:00 AM
and 11:00 AM

I use this:

$query->setStartMin("2008-04-14T10:00:00" . $this->timeZone);
$query->setStartMax("2008-04-14T11:00:59" . $this->timeZone);

this query gets events that start between 10:00 AM and 11:00 AM PLUS
events that start before 10:00 AM but ends at 10:30 AM

Any help?
--~--~---------~--~----~------------~-------~--~----~
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://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to