I have a web-based app done in ASP.NET that inserts an event into the user's calendar on the date/time specified. When a user is in a different timezone than my server, it doesn't enter the event at the correct time but instead inserts the event when it would be occurring in my time-zone. For example, if they're in Central Standard Time, and my server is in Eastern and they add an event to occur at 12pm today, the event will instead be added at 11pm today.
To account for this I was going to find the current CalendarEntry.TimeZone, look it up in a HashTable of possible timezones with their values, and account for the difference in the GMT value of their time zone vs my server's. However, I can't find a list of the time zones Google uses with their GMT values. According to this link (http://code.google.com/support/bin/answer.py? answer=55843&topic=10363&ctx=sibling) they use the "standard Java time zone ID"s. I'm looking for a list of those time zone IDs (globally) with each entry's GMT value. Perhaps one of you Java developers could help me out by writing a quick script to output that and paste it here into the forum? 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 -~----------~----~----~----~------~----~------~--~---
