Thanks,
Ideally I would like to load the array from earliest time to latest.
You will see in my results 12:00pm is first and then the rest are in
proper order. The events are all on the same day in the same
timezone. This is what the Array looks like, I have added the start
time as the first key in hopes of sorting the array afterwords. Thanks
again for your help.
Array
(
[1200] => Array
(
[0] => Array
(
[title] => TGIF
[date] => March 16, 2009
[start] => 12:00 pm
[end] => 1:00 pm
)
)
[900] => Array
(
[1] => Array
(
[title] => Check E. Cheese Party
[date] => March 16, 2009
[start] => 9:00 am
[end] => 10:00 am
)
)
[1430] => Array
(
[2] => Array
(
[title] => Goolge Tutorial
[date] => March 16, 2009
[start] => 2:30 pm
[end] => 3:30 pm
)
)
[1600] => Array
(
[3] => Array
(
[title] => Staff Meeting
[date] => March 16, 2009
[start] => 4:00 pm
[end] => 5:30 pm
)
)
[1900] => Array
(
[4] => Array
(
[title] => End of day celebration
[date] => March 16, 2009
[start] => 7:00 pm
[end] => 8:00 pm
)
)
)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---