|
2787 | 2787 | ], |
2788 | 2788 | "desc": "Recipients when an interim meeting is announced", |
2789 | 2789 | "to": [ |
| 2790 | + "group_stream_announce", |
2790 | 2791 | "ietf_announce" |
2791 | 2792 | ] |
2792 | 2793 | }, |
|
2813 | 2814 | ], |
2814 | 2815 | "desc": "Recipients when an interim meeting is cancelled", |
2815 | 2816 | "to": [ |
| 2817 | + "group_stream_announce", |
2816 | 2818 | "ietf_announce" |
2817 | 2819 | ] |
2818 | 2820 | }, |
|
6184 | 6186 | "desc": "Experimental room setup (boardroom and classroom) subject to availability", |
6185 | 6187 | "name": "Boardroom Layout", |
6186 | 6188 | "order": 0, |
6187 | | - "used": true |
| 6189 | + "used": false |
6188 | 6190 | }, |
6189 | 6191 | "model": "name.roomresourcename", |
6190 | 6192 | "pk": "boardroom" |
6191 | 6193 | }, |
| 6194 | + { |
| 6195 | + "fields": { |
| 6196 | + "desc": "Flipchars", |
| 6197 | + "name": "Flipcharts", |
| 6198 | + "order": 0, |
| 6199 | + "used": true |
| 6200 | + }, |
| 6201 | + "model": "name.roomresourcename", |
| 6202 | + "pk": "flipcharts" |
| 6203 | + }, |
6192 | 6204 | { |
6193 | 6205 | "fields": { |
6194 | 6206 | "desc": "The room will have a meetecho wrangler", |
6195 | 6207 | "name": "Meetecho Support", |
6196 | 6208 | "order": 0, |
6197 | | - "used": true |
| 6209 | + "used": false |
6198 | 6210 | }, |
6199 | 6211 | "model": "name.roomresourcename", |
6200 | 6212 | "pk": "meetecho" |
|
6204 | 6216 | "desc": "The room will have a second computer projector", |
6205 | 6217 | "name": "second LCD projector", |
6206 | 6218 | "order": 0, |
6207 | | - "used": true |
| 6219 | + "used": false |
6208 | 6220 | }, |
6209 | 6221 | "model": "name.roomresourcename", |
6210 | 6222 | "pk": "proj2" |
|
6214 | 6226 | "desc": "The room will have a computer projector", |
6215 | 6227 | "name": "LCD projector", |
6216 | 6228 | "order": 0, |
6217 | | - "used": true |
| 6229 | + "used": false |
6218 | 6230 | }, |
6219 | 6231 | "model": "name.roomresourcename", |
6220 | 6232 | "pk": "project" |
6221 | 6233 | }, |
| 6234 | + { |
| 6235 | + "fields": { |
| 6236 | + "desc": "Experimental Room Setup (U-Shape and classroom, subject to availability)", |
| 6237 | + "name": "Experimental Room Setup (U-Shape and classroom)", |
| 6238 | + "order": 0, |
| 6239 | + "used": true |
| 6240 | + }, |
| 6241 | + "model": "name.roomresourcename", |
| 6242 | + "pk": "u-shape" |
| 6243 | + }, |
6222 | 6244 | { |
6223 | 6245 | "fields": { |
6224 | 6246 | "desc": "", |
|
6538 | 6560 | }, |
6539 | 6561 | "model": "name.timeslottypename", |
6540 | 6562 | "pk": "unavail" |
| 6563 | + }, |
| 6564 | + { |
| 6565 | + "fields": { |
| 6566 | + "desc": "Anyone who can log in", |
| 6567 | + "name": "General", |
| 6568 | + "order": 0, |
| 6569 | + "used": true |
| 6570 | + }, |
| 6571 | + "model": "name.topicaudiencename", |
| 6572 | + "pk": "general" |
| 6573 | + }, |
| 6574 | + { |
| 6575 | + "fields": { |
| 6576 | + "desc": "Members of this nomcom", |
| 6577 | + "name": "Nomcom Members", |
| 6578 | + "order": 0, |
| 6579 | + "used": true |
| 6580 | + }, |
| 6581 | + "model": "name.topicaudiencename", |
| 6582 | + "pk": "nomcom" |
| 6583 | + }, |
| 6584 | + { |
| 6585 | + "fields": { |
| 6586 | + "desc": "Anyone who has accepted a Nomination for an open position", |
| 6587 | + "name": "Nominees", |
| 6588 | + "order": 0, |
| 6589 | + "used": true |
| 6590 | + }, |
| 6591 | + "model": "name.topicaudiencename", |
| 6592 | + "pk": "nominees" |
6541 | 6593 | } |
6542 | 6594 | ] |
0 commit comments