forked from innovation-lab-prague/booking
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabRequests-examples.js
More file actions
51 lines (51 loc) · 891 Bytes
/
labRequests-examples.js
File metadata and controls
51 lines (51 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
var labEvents = [
{
title: 'All Day Event',
start: '2018-06-01'
},
{
title: 'Long Event',
start: '2018-06-07',
end: '2018-06-10'
},
{
id: 999,
resourceId: 'A-ROUNDTABLE',
title: 'Repeating Event',
start: '2018-06-09T16:00:00'
},
{
id: 999,
resourceId: 'A-ROUNDTABLE',
title: 'Repeating Event',
start: '2018-06-16T16:00:00'
},
{
resourceId: 'A-LONGTABLE',
title: 'Conference',
start: '2018-06-11',
end: '2018-06-13'
},
{
title: 'Meeting',
start: '2018-06-12T10:30:00',
end: '2018-06-12T11:30:00'
},
{
title: 'Lunch',
start: '2018-06-12T12:00:00'
},
{
title: 'Meeting',
start: '2018-06-12T14:30:00'
},
{
title: 'Dinner',
start: '2018-06-12T20:00:00'
},
{
title: 'Click to visit Google',
url: 'http://google.com/',
start: '2018-06-28'
}
]