Hi -
Using the Objective-C Library I'm having a heck of time getting things
to come out in the proper order. Basically I'm taking the incoming
data, putting it into an array and then dumping it out later. The
issue is that recurring events always seem to be out of order.
Example - depending on if I order ascending or descending the order
below will be reversed, but the recurring events will always be out of
order from the rest:
recurring event 1 - tuesday
recurring event 2 - wednesday
single event - monday
single event tuesday
single event friday
Here's the query parameters I'm using:
[queryCal setOrderBy:@"starttime"];
[queryCal setStartIndex:1];
[queryCal setMinimumStartTime:startOfDay];
[queryCal setMaximumStartTime:endOfWeek];
[queryCal setShouldQueryAllFutureEvents:NO];
[queryCal setShouldExpandRecurrentEvents:YES];
[queryCal setIsAscendingOrder:NO];
Any idea why these recurring events are out of order?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---