Hi,

I'm using several secondary calendar width different timezone.

For example, I create an event in my "calendarTwo".

calendarOne : GMT +1 (main calendar)
calendarTwo settings : GMT + 3

new event settings (default...) : GMT + 1 !! (should be GMT +3...) : example 
: start at 14h.

When I retrieve the event width Java API I can't found a way to known what 
is the event timezone offset :

CalendarEventEntry myEvent;

myEvent.getTimes give me the starttime... and says it's 15h !! (14+1).

How can I know the offest (GMT +1, who is readable in GoogleAgenda 
Interface) width the API ?

When objet or DateTime object haven't any timezone reccord.
And the timezone reccord of the calendat is NOT the same as the event...

Be sure that : 
myStartTime.getTimezoneOffset() always return 0 value.
Offset by calendartimezone return calendar offset, not the good one. (in my 
case, return 3h offset)

Regards,
O.




-- 
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://code.google.com/apis/calendar/community/forum.html

Reply via email to