GTLCalendarEvent object has start and end properties, but it does not
has all-day event flag.
First, I thought if event.start.date is not nil, it is all-day event.
However, GTLCalendarEventDateTime object
uninitialized GTLDateTime object in its date property as shown below.
date: {2147483647-2147483647-2147483647} dateTime:
{2011-12-16T08:00:00+09:00} timeZone:(null)
What's the best means to know that an event is an all-day event or
not?
Could you consider to set date property nil if the event is not a all-
day event?
Cheers,
Dice-K
Thank you for fixing a problem.
On 12月2日, 午前1:06, Greg Robbins <grobb...@google.com> wrote:
> The library has been updated to return nil for the GTLDateTime object when
> the date-time string is not present in the requested JSON field.
>
> http://code.google.com/p/google-api-objectivec-client/source/detail?r...