| 285 | | // find the attendee and pass in the freebusy object if the attendee has any |
|---|
| 286 | | for (var j=0; j < bwGrid.attendees.length; j++) { |
|---|
| 287 | | if (bwGrid.attendees[j].uid == r["calendar-data"].attendee[0].value.substr(r["calendar-data"].attendee[0].value.lastIndexOf(":") + 1)) { |
|---|
| 288 | | if (r["calendar-data"].freebusy) { |
|---|
| | 285 | if (r["calendar-data"].freebusy) { |
|---|
| | 286 | // find the attendee and pass in the freebusy object if the attendee has any |
|---|
| | 287 | for (var j=0; j < bwGrid.attendees.length; j++) { |
|---|
| | 288 | if (bwGrid.attendees[j].uid == r["calendar-data"].attendee[0].value.substr(r["calendar-data"].attendee[0].value.lastIndexOf(":") + 1)) { |
|---|