pombreda / google-calendar-connectors

Automatically exported from code.google.com/p/google-calendar-connectors
0 stars 0 forks source link

web service: Unknown destintation timezone name when requesting Free/Busy status from Google Calendar #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setup as documented
2. request free/busy status for any contact on Exchange server

What is the expected output? What do you see instead?
expected: Free/Busy Status

actually: The calendar says: calendar does not exist or you do not have 
permission (or something alike)

What version of the product are you using? On what operating system?
web service 1.3.1 on Windows 2003 Server
The Servers language is German.

Please provide any additional information below.

In my experience this could have to do with the timezones names that are 
different in localized versions of the .NET Framework.

Debug Output for request:
2010-09-02 10:46:33,953 [4652] INFO  
Google.GCalExchangeSync.Library.GCalFreeBusyRequest - Request received from 
GCal. 
[body=[1,0,[user@domain.de],20100826/20100913,20100902T104631,Europe/Berlin]]
2010-09-02 10:46:34,234 [4652] ERROR GCalExchangeLookup.ExchangeQuerierBase - 
System.TypeInitializationException: Der Typeninitialisierer für 
"Google.GCalExchangeSync.Library.Util.OlsonUtil" hat eine Ausnahme verursacht. 
---> Google.GCalExchangeSync.Library.GCalExchangeException: Unknown 
destintation timezone name.
   bei Google.GCalExchangeSync.Library.Util.OlsonUtil.GetDefaultTimeZone()
   bei Google.GCalExchangeSync.Library.Util.OlsonUtil..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei Google.GCalExchangeSync.Library.Util.OlsonUtil.GetTimeZone(String name)
   bei Google.GCalExchangeSync.Library.GCalFreeBusyRequest.Parse(String rawInput)
   bei Google.GCalExchangeSync.Library.GCalFreeBusyRequest..ctor(String rawInput)
   bei GCalExchangeLookup.ExchangeQuerier.ProcessRequest()
2010-09-02 10:46:34,250 [4652] DEBUG GCalExchangeLookup.ExchangeQuerierBase - 
Use SSL True
2010-09-02 10:46:34,250 [4652] DEBUG GCalExchangeLookup.ExchangeQuerierBase - 
Request URL http://10.49.114.22/GCalExchangeLookup/exchangequerier.aspx
2010-09-02 10:46:34,250 [4652] DEBUG GCalExchangeLookup.ExchangeQuerierBase - 
Referrer URL 
2010-09-02 10:46:41,969 [1352] INFO  
Google.GCalExchangeSync.Library.GCalFreeBusyRequest - Request received from 
GCal. 
[body=[1,1,[user@otherdomain.com],20100826/20100913,20100902T104632,Europe/Berli
n]]
2010-09-02 10:46:41,969 [1352] ERROR GCalExchangeLookup.ExchangeQuerierBase - 
System.TypeInitializationException: Der Typeninitialisierer für 
"Google.GCalExchangeSync.Library.Util.OlsonUtil" hat eine Ausnahme verursacht. 
---> Google.GCalExchangeSync.Library.GCalExchangeException: Unknown 
destintation timezone name.
   bei Google.GCalExchangeSync.Library.Util.OlsonUtil.GetDefaultTimeZone()
   bei Google.GCalExchangeSync.Library.Util.OlsonUtil..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei Google.GCalExchangeSync.Library.Util.OlsonUtil.GetTimeZone(String name)
   bei Google.GCalExchangeSync.Library.GCalFreeBusyRequest.Parse(String rawInput)
   bei Google.GCalExchangeSync.Library.GCalFreeBusyRequest..ctor(String rawInput)
   bei GCalExchangeLookup.ExchangeQuerier.ProcessRequest()
2010-09-02 10:46:41,969 [1352] DEBUG GCalExchangeLookup.ExchangeQuerierBase - 
Use SSL True
2010-09-02 10:46:41,969 [1352] DEBUG GCalExchangeLookup.ExchangeQuerierBase - 
Request URL http://10.49.114.22/GCalExchangeLookup/exchangequerier.aspx
2010-09-02 10:46:41,969 [1352] DEBUG GCalExchangeLookup.ExchangeQuerierBase - 
Referrer URL 

On a sidenote: The Exception has a typo: I think you mean destination not 
destintation.

Please let me know if you need additional information.

Original issue reported on code.google.com by j.wag...@sotec.eu on 2 Sep 2010 at 9:05

GoogleCodeExporter commented 9 years ago
Was this fixed? I'm having the same problem, would you be able to let me know 
how to fix the issue?

Original comment by nicola.s...@cloudreach.co.uk on 28 Nov 2012 at 2:05

GoogleCodeExporter commented 9 years ago
The problem does not occur when you use an English version of Windows OS. 
(Sorry for the late response)

Original comment by j.wag...@sotec.eu on 6 Dec 2012 at 10:21