for k, v := range response.Calendars { freeSlots[k] = calcFreeCalendarSlots(v.Busy, fbr.TimeMin, fbr.TimeMax) fmt.Println("iteration durch") }