When i create a CalenderItem on EWS i have to set the timezone. This uses Microsoft Windows timezone strings like "Eastern Standard Time". Android has its own list of timezones which i found here https://gist.github.com/arpit/1035596, for example "America/New_York" for the one above.
How can i translate the Android values to EWS values? I already wrote a 58 entry table for another platform (bb10), but the 561 entries on github make that look futile.
edit: found a solution on the Java EWS API: https://github.com/OfficeDev/ews-java-api/blob/master/src/main/java/microsoft/exchange/webservices/data/util/TimeZoneUtils.java