I have a service that pushes travel events to a user's calendar.
These events include flights that span multiple time zones.  We've got
all the time information in UTC format on our side and want to be able
to publish these events in the user's calendar so that they show up at
the correct time in the user's calendar.

For example, if the user has a flight leaving at 4PM from Chicago, but
their calendar's timezone is set to Eastern Time, we'd want the flight
to show up at 5PM in their calendar.  Then, if they decide to change
the timezone of their calendar to Central Time, we want the event
start time to change from 5PM to 4PM.

How can we do this?

We're using the .Net API

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to