calendarimporter 1.2 pre:
- New timezone management - more imported fields (Busystatus, importance, label, class, organizer, reminder) - smaller improvements - deploy/build script
This commit is contained in:
@@ -736,7 +736,7 @@ Zarafa.plugins.calendarimporter.data.Timezones = Ext.extend(Object, {
|
||||
getOffset: function(timezone) {
|
||||
/* find timezone, this needs to be optimized ;) */
|
||||
timezone = this.unMap(timezone);
|
||||
|
||||
var i = 0;
|
||||
for(i = 0; i < this.store.length; i++) {
|
||||
if(this.store[i][0] == timezone) {
|
||||
return (this.store[i][2] * 60000);
|
||||
|
Reference in New Issue
Block a user