Hello friends,
Please help. whenever i create a new entry in the calendar using
DateTime startTime = DateTime.parseDateTime
("2009-01-06T18:30:00.000-06:00");
When eventTimes = new When();
eventTimes.setStartTime(startTime);
myEntry.addTime(eventTimes);
I get date and time set in google calendar is different, when i logged
in the google calendar, means it's changed to
2009-01-07T00:30:00.000Z. Here date is 2009-01-07 insead of
2009-01-06. Time is also changed. why it is so and how to fix it? Here
i can see the 000Z. What is that and how to get my time in
"2009-01-06T18:30:00.000-06:00" format.
Another problem is whenever i create All Day non recurring event, only
Date is stored not timezone and whenever i try to retrive it, i get
back date with local timezone. and now question is how to store
timezone as well and retrieve it ?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---