-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser_data.json
105 lines (105 loc) · 2.93 KB
/
user_data.json
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
[
{
"user_id": 1,
"working_hours": {
"start": "09:00",
"end": "17:00",
"time_zone": "America/New_York"
},
"events": [
{
"id": 2,
"title": "Meeting B",
"start": "2019-01-01T09:00:00-0500",
"end": "2019-01-01T10:00:00-0500"
},
{
"id": 4,
"title": "Meeting D",
"start": "2019-01-01T11:00:00-0500",
"end": "2019-01-01T12:00:00-0500"
},
{
"id": 6,
"title": "Meeting F",
"start": "2019-01-01T12:00:00-0500",
"end": "2019-01-01T12:45:00-0500"
},
{
"id": 8,
"title": "Meeting H",
"start": "2019-01-01T14:00:00-0500",
"end": "2019-01-01T15:30:00-0500"
}
]
},
{
"user_id": 2,
"time_zone": "America/New_York",
"working_hours": {
"start": "08:00",
"end": "16:00",
"time_zone": "America/New_York"
},
"events": [
{
"id": 1,
"title": "Meeting A",
"start": "2019-01-01T09:00:00-0500",
"end": "2019-01-01T09:45:00-0500"
},
{
"id": 3,
"title": "Meeting C",
"start": "2019-01-01T10:00:00-0500",
"end": "2019-01-01T10:15:00-0500"
},
{
"id": 5,
"title": "Meeting E",
"start": "2019-01-01T11:00:00-0500",
"end": "2019-01-01T13:45:00-0500"
},
{
"id": 7,
"title": "Meeting G",
"start": "2019-01-01T13:30:00-0500",
"end": "2019-01-01T14:30:00-0500"
}
]
},
{
"user_id": 3,
"working_hours": {
"start": "10:00",
"end": "18:00",
"time_zone": "America/Los_Angeles"
},
"events": [
{
"id": 4,
"title": "Meeting D",
"start": "2019-01-01T11:00:00-0800",
"end": "2019-01-01T12:00:00-0800"
},
{
"id": 6,
"title": "Meeting F",
"start": "2019-01-01T11:30:00-0800",
"end": "2019-01-01T12:45:00-0800"
},
{
"id": 9,
"title": "Meeting I",
"start": "2019-01-01T15:30:00-0800",
"end": "2019-01-01T16:30:00-0800"
},
{
"id": 10,
"title": "Meeting J",
"start": "2019-01-01T17:30:00-0800",
"end": "2019-01-01T18:00:00-0800"
}
]
}
]