forked from innovation-lab-prague/booking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
labRequests.js
146 lines (146 loc) · 18.9 KB
/
labRequests.js
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
var labEvents = [
{ title: 'PWX Workshop / Ondra V.', start: '2018-11-28T08:00:00', end: '2018-11-29T17:00:00', resourceId: 'C-MEETROOM' },
{ title: 'COP Meeting / Ondra V.', start: '2018-11-13T15:00:00', end: '2018-11-13T16:00:00', resourceId: 'C-MEETROOM' },
{ title: 'COP Meeting / Inga M.', start: '2018-05-30T16:30:00', end: '2018-05-30T18:00:00', resourceId: 'A-ROUNDTABLE' },
{ title: 'Maintenance work / Booth', start: '2018-06-01T08:00:00', end: '2018-06-01T12:00:00', resourceId: 'X-MAINT' },
{ title: 'COP Scrum Meeting / Josef P.', start: '2018-06-04', end: '2018-06-07', resourceId: 'B-LONGTABLE' },
{ title: 'Risk IT Meeting / Dirk K.', start: '2018-06-04T14:00:00', end: '2018-06-04T15:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Risk IT RDS/GUI Meeting / Dirk K.', start: '2018-06-07T13:00:00', end: '2018-06-07T14:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Statistix Meeting', start: '2018-06-07T15:00:00', end: '2018-06-07T16:00:00', resourceId: 'C-MEETROOM' },
{ title: 'React/Angular Review / Dirk K.', start: '2018-06-08T14:00:00', end: '2018-06-08T15:30:00', resourceId: 'C-MEETROOM'},
{ title: 'Risk IT Meetup / Adam N.', start: '2018-06-11T13:00:00', end: '2018-06-11T14:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'Telco / Wolfgang E.', start: '2018-06-11T14:30:00', end: '2018-06-11T15:00:00', resourceId: 'C-MEETROOM' },
{ title: 'FM Photoshoot / Ondrej H. ', start: '2018-06-13T09:00:00', end: '2018-06-13T10:00:00', resourceId: 'C-MEETROOM' },
{ title: 'HR Welcome Days / Vera S. ', start: '2018-06-14T08:00:00', end: '2018-06-14T12:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'Meeting with ext. / Pavel T.', start: '2018-06-14T12:00:00', end: '2018-06-14T18:00:00', resourceId: 'C-MEETROOM' },
{ title: 'POM Meeting / Misa C.', start: '2018-06-19T14:00:00', end: '2018-06-19T15:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'M&M Farewell', start: '2018-06-28T14:00:00', end: '2018-06-28T18:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'StatistiX / Ondrej.S.', start: '2018-06-19T11:00:00', end: '2018-06-019T12:00:00', resourceId: 'C-MEETROOM' },
{ title: 'TKAMs / Sam B.', start: '2018-06-20T14:00:00', end: '2018-06-20T15:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'TKAMs / Sam B.', start: '2018-06-21T11:00:00', end: '2018-06-21T12:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'Energy Meet / Blanka M.', start: '2018-06-21T14:00:00', end: '2018-06-21T15:00:00', resourceId: 'C-MEETROOM' },
{ title: 'AMOR Dashboard discussion ', start: '2018-06-21T15:00:00', end: '2018-06-21T15:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Meet with CVUT rep. / Adela K.', start: '2018-06-21T15:30:00', end: '2018-06-21T16:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Workflow meet / Martin S.', start: '2018-06-22T08:30:00', end: '2018-06-22T09:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Opentext Enterprise scan / Pavel T.', start: '2018-06-22T09:30:00', end: '2018-06-22T15:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Coodo Showcase / Anderson M.', start: '2018-06-26T14:00:00', end: '2018-06-26T15:00:00', resourceId: 'C-MEETROOM' },
{ title: 'STX mngm meeting / Ondrej S.', start: '2018-06-26T10:30:00', end: '2018-06-26T11:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Clearstream meeting / Michaela C.', start: '2018-06-26T14:30:00', end: '2018-06-26T15:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'IT Infrastructure Tools Team Workshop / Josef T.', start: '2018-07-09T13:00:00', end: '2018-07-10T17:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'IT Infrastructure Tools Team Workshop / Josef T.', start: '2018-07-11T09:00:00', end: '2018-07-11T16:00:00', resourceId: 'C-MEETROOM' },
{ title: 'EDT Workshop / Martin S.', start: '2018-07-11', end: '2018-07-14', resourceId: 'B-LONGTABLE' },
{ title: 'FAR tool sprint planning / Anderson M.', start: '2018-07-12T14:30:00', end: '2018-07-12T16:00:00', resourceId: 'C-MEETROOM' },
{ title: 'DifferenceClaimTool sprint end / Marek P.', start: '2018-07-17T10:00:00', end: '2018-07-17T17:00:00', resourceId: 'A-ROUNDTABLE' },
{ title: 'F5 Workshop / Gabor B.', start: '2018-07-18', end: '2018-07-20', resourceId: 'C-MEETROOM' },
{ title: 'FAR Q&A Session on Business requirements / Anderson M.', start: '2018-07-25T14:00:00', end: '2018-07-25T16:30:00', resourceId: 'C-MEETROOM'},
{ title: 'FAR Sprint Planning / Anderson M.', start: '2018-07-26T11:00:00', end: '2018-07-26T13:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Tosca Robotics Exchange / Martin S.', start: '2018-07-26T14:00:00', end: '2018-07-26T16:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'HR Meeting / Hana M.', start: '2018-07-30T15:00:00', end: '2018-07-30T17:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Innovation lab talk / Marek H.', start: '2018-08-01T15:00:00', end: '2018-08-01T16:30:00', resourceId: 'B-LONGTABLE'},
{ title: 'MFP Config & Overview / Michal P.', start: '2018-08-02T11:30:00', end: '2018-08-02T12:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Labor Union Meeting / Pavel R.', start: '2018-08-02T14:30:00', end: '2018-08-02T16:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'Knative w/J. Beda / Martin Z.', start: '2018-08-03T15:00:00', end: '2018-08-03T17:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'Opentext Workshop-SAP / Pavel T.', start: '2018-08-01', end: '2018-08-03', resourceId: 'C-MEETROOM' },
{ title: 'Prg meets Lux / Zuzana V.', start: '2018-08-06T14:00:00', end: '2018-08-06T18:00:00', resourceId: 'A-ROUNDTABLE' },
{ title: 'Prg meets Lux / Zuzana V.', start: '2018-08-07T14:00:00', end: '2018-08-07T18:00:00', resourceId: 'A-ROUNDTABLE' },
{ title: 'Energy meet / Pavel P.', start: '2018-08-07T16:00:00', end: '2018-08-07T18:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Prg meets Lux / Zuzana V.', start: '2018-08-08T14:00:00', end: '2018-08-08T18:00:00', resourceId: 'A-ROUNDTABLE' },
{ title: 'HR SSC Prague Meeting / Hana M.', start: '2018-08-15', end: '2018-08-15', resourceId: 'B-LONGTABLE' },
{ title: 'IFS QAs get together / Peter G.', start: '2018-08-17T15:00:00', end: '2018-08-17T15:30:00', resourceId: 'C-MEETROOM' },
{ title: 'FAR - Daily / Anderson M.', start: '2018-08-21T10:30:00', end: '2018-08-21T11:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Energy COP Documentation/Functional / Jana D.', start: '2018-08-22T14:00:00', end: '2018-08-22T15:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Mgmt Office Meet / Renata D.', start: '2018-08-23T10:00:00', end: '2018-08-23T12:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Labor Union Meeting / Adam R.', start: '2018-08-23T16:00:00', end: '2018-08-23T17:30:00', resourceId: 'B-LONGTABLE' },
{ title: 'COP Meeting / Adam R.', start: '2018-08-24T10:30:00', end: '2018-08-24T12:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Stoxx OpCo. / Stephanie K.', start: '2018-08-29', end: '2018-08-31', resourceId: 'B-LONGTABLE' },
{ title: 'Facility Booking / Ondrej H.', start: '2018-08-29T09:00:00', end: '2018-08-29T09:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Copr. Tools Meeting / Michal P.', start: '2018-08-30T11:30:00', end: '2018-08-30T12:00:00', resourceId: 'C-MEETROOM' },
{ title: 'IFS QAs get together / Peter G.', start: '2018-08-31T15:00:00', end: '2018-08-31T15:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Markdown / Asciidoctor / Petr S.', start: '2018-09-05T15:00:00', end: '2018-09-05T16:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'Markdown use in Energy team / Pavel P.', start: '2018-09-05T16:00:00', end: '2018-09-05T16:30:00', resourceId: 'B-LONGTABLE' },
{ title: 'Risk IT MS Training / Dirk K.', start: '2018-09-06', end: '2018-09-08', resourceId: 'B-LONGTABLE' },
{ title: 'StatistiX Weekly / Ondrej S.', start: '2018-09-05T14:00:00', end: '2018-09-05T15:00:00', resourceId: 'C-MEETROOM' },
{ title: 'MarketPride Meetup / Lucia K.', start: '2018-09-05T16:30:00', end: '2018-09-05T19:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'FAR Tool - Daily meeting / Anderson M.', start: '2018-09-06T10:30:00', end: '2018-09-06T11:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Labor Union Meeting / Adam R.', start: '2018-09-06T16:00:00', end: '2018-09-06T17:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Q&A session about talent programmes / Adela P.', start: '2018-09-10T14:00:00', end: '2018-09-10T15:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'FAR Tool - Daily meeting / Anderson M.', start: '2018-09-11T10:30:00', end: '2018-09-11T11:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Toastmasters Demo Session / Dirk K.', start: '2018-09-11T17:00:00', end: '2018-09-11T20:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'StatistiX Weekly / Ondrej S.', start: '2018-09-12T14:00:00', end: '2018-09-12T15:00:00', resourceId: 'C-MEETROOM' },
{ title: 'FAR Tool - Daily meeting / Anderson M.', start: '2018-09-13T10:30:00', end: '2018-09-13T11:30:00', resourceId: 'C-MEETROOM' },
{ title: 'IFS QAs get together / Peter G.', start: '2018-09-14T15:00:00', end: '2018-09-14T15:30:00', resourceId: 'C-MEETROOM' },
{ title: 'MNG OPS Meeting / Michaela C.', start: '2018-09-19T14:00:00', end: '2018-09-19T15:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'Cooperation with VSE / Adela K.', start: '2018-09-20T09:00:00', end: '2018-09-20T11:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Toastmasters Club Officer Meeting / Dirk K.', start: '2018-09-20T13:30:00', end: '2018-09-20T14:30:00', resourceId: 'A-ROUNDTABLE' },
{ title: 'Labor Union Meeting / Adam R.', start: '2018-09-20T16:00:00', end: '2018-09-20T17:30:00', resourceId: 'B-LONGTABLE' },
{ title: 'SRE GFF vs Google', start: '2018-09-25T09:30:00', end: '2018-09-25T12:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Weekly StatistiX / Ondrej S.', start: '2018-09-26T14:00:00', end: '2018-09-26T15:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Tosca Robotics Exchange / Martin S.', start: '2018-09-27T14:00:00', end: '2018-09-27T16:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'Core Business Training / Armin B.', start: '2018-10-01', end: '2018-10-04', resourceId: 'B-LONGTABLE' },
{ title: 'eListing Architecture Review / Jan K.', start: '2018-10-02T10:00:00', end: '2018-10-02T13:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Toastmasters Public Speaking / Dirk K.', start: '2018-10-04T16:00:00', end: '2018-10-04T17:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'MEGA Status meeting / Michal P.', start: '2018-10-05T14:00:00', end: '2018-10-05T15:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Welcome Day / Misa C. HR', start: '2018-10-08T08:00:00', end: '2018-10-08T15:00:00', resourceId: 'B-LONGTABLE' },
{ id: 999, title: 'MEGA Status meeting / Michal P.', start: '2018-10-09T10:00:00', end: '2018-10-09T10:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Team meeting / Martina D.', start: '2018-10-09T15:15:00', end: '2018-10-09T16:15:00', resourceId: 'B-LONGTABLE' },
{ title: 'ECB T2S Meeting / Misa C.', start: '2018-10-09', end: '2018-10-11', resourceId: 'B-LONGTABLE' },
{ title: 'COP Offsite Meeting / Armin B.', start: '2018-10-11', end: '2018-10-13', resourceId: 'C-MEETROOM' },
{ title: 'STOXX OpCo offsite meeting / Stephanie K.', start: '2018-10-11', resourceId: 'B-LONGTABLE' },
{ id: 999, title: 'MEGA Status meeting / Michal P.', start: '2018-10-16T10:00:00', end: '2018-10-16T10:30:00', resourceId: 'C-MEETROOM' },
{ title: 'DBDC Meeting / Stan S.', start: '2018-10-16T12:30:00', end: '2018-10-16T13:30:00', resourceId: 'C-MEETROOM' },
{ title: 'IBM Cloud / Stan S.', start: '2018-10-17T10:30:00', end: '2018-10-17T16:30:00', resourceId: 'C-MEETROOM' },
{ id: 999, title: 'MEGA Status meeting / Michal P.', start: '2018-10-18T10:00:00', end: '2018-10-18T10:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Toastmasters Public Speaking / Dirk K.', start: '2018-10-18T16:00:00', end: '2018-10-18T17:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'Clarity presentation workshop / Michal P.', start: '2018-10-23T09:00:00', end: '2018-10-23T12:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Energy meeting / Marek F.', start: '2018-10-23T13:00:00', end: '2018-10-23T15:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Agile Community of Practice / Ondrej V.', start: '2018-10-23T15:00:00', end: '2018-10-23T16:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Clearing meeting / Michal P.', start: '2018-10-24T13:00:00', end: '2018-10-24T15:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Stoxx meeting / Hubert P.', start: '2018-10-26T15:00:00', end: '2018-10-26T16:00:00', resourceId: 'C-MEETROOM' },
{ id: 999, title: 'MEGA Status meeting / Michal P.', start: '2018-10-25T10:00:00', end: '2018-10-25T10:30:00', resourceId: 'C-MEETROOM' },
{ title: 'T-REX Meeting / Martin S.', start: '2018-11-01T14:00:00', end: '2018-11-01T16:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'Asset Servicing Townhall / Ales P.', start: '2018-10-29T14:00:00', end: '2018-10-29T16:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'Energy meeting / Marek F.', start: '2018-10-29T14:00:00', end: '2018-10-29T16:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Coffee with Christoph Boehm / Klara O.', start: '2018-10-30T09:00:00', end: '2018-10-30T13:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'Scrum Community of Practice / Ondrej V.', start: '2018-10-30T15:00:00', end: '2018-10-30T16:00:00', resourceId: 'C-MEETROOM' },
{ title: 'RRH Job interview / Frantisek H.', start: '2018-10-31T11:00:00', end: '2018-10-31T12:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Weekly StatistiX / Ondrej S.', start: '2018-10-31T14:00:00', end: '2018-10-31T15:00:00', resourceId: 'C-MEETROOM' },
{ id: 999, title: 'MEGA Status meeting / Michal P.', start: '2018-11-01T10:00:00', end: '2018-11-01T10:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Toastmasters Public Speaking / Dirk K.', start: '2018-11-01T16:00:00', end: '2018-11-01T17:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'HR Meet / Hana M.', start: '2018-11-02T11:00:00', end: '2018-11-01T13:00:00', resourceId: 'C-MEETROOM' },
{ title: 'XBID Product Backlog Refinement / Marek F.', start: '2018-11-05T14:00:00', end: '2018-11-05T15:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Diversity in real life, Wenche Fredriksen / Veronika T.', start: '2018-11-07T09:00:00', end: '2018-11-07T10:30:00', resourceId: 'B-LONGTABLE' },
{ title: 'Agile Community of Practice / Ondrej V.', start: '2018-11-06T15:00:00', end: '2018-11-06T16:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Welcome Day / HR', start: '2018-11-07T10:30:00', end: '2018-11-07T17:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'XBID Sprint review/planning / Marek F.', start: '2018-11-08T10:00:00', end: '2018-11-08T12:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'Weekly StatistiX / Ondrej S.', start: '2018-11-08T17:00:00', end: '2018-11-08T18:00:00', resourceId: 'C-MEETROOM' },
{ title: 'XBID Overall Retrospective / Marek F.', start: '2018-11-08T15:00:00', end: '2018-11-08T16:00:00', resourceId: 'C-MEETROOM' },
{ title: 'EDT 4.0 / WSS-EDT', start: '2018-11-08T09:00:00', end: '2018-11-08T10:00:00', resourceId: 'C-MEETROOM' },
{ title: 'CorpSys / Lars B.', start: '2018-11-08T15:00:00', end: '2018-11-08T16:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'Intercultural comm. between Eschborn/Prague and Singapore / Frank J.', start: '2018-11-06T09:00:00', end: '2018-11-06T17:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'Recruitment DBS / Tom W.', start: '2018-11-13T09:00:00', end: '2018-11-13T10:00:00', resourceId: 'C-MEETROOM' },
{ title: 'RDS Intr discussion for new joiners', start: '2018-11-12T10:00:00', end: '2018-11-12T11:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Knowledge Session - Prague Core Team / Magdalena M.', start: '2018-11-14T14:00:00', end: '2018-11-14T17:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Knowledge Session - Prague Core Team / Magdalena M.', start: '2018-11-15T10:00:00', end: '2018-11-15T12:00:00', resourceId: 'C-MEETROOM' },
{ title: 'COP Meeting / Blanka M.', start: '2018-11-15T15:00:00', end: '2018-11-15T16:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Intercultural comm. between Eschborn/Prague and Singapore / Frank J.', start: '2018-11-15T09:00:00', end: '2018-11-15T17:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'Toastmasters Public Speaking / Dirk K.', start: '2018-11-15T16:00:00', end: '2018-11-15T17:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'EDT planning with / Michal K.', start: '2018-11-19T13:00:00', end: '2018-11-19T15:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Scrum Community of Practice / Ondrej V.', start: '2018-11-20T15:00:00', end: '2018-11-20T16:00:00', resourceId: 'C-MEETROOM' },
{ title: 'Workshop / Lars B.', start: '2018-11-19', end: '2018-11-22', resourceId: 'B-LONGTABLE' },
{ title: 'Board Games Event / Tomas K.', start: '2018-11-21T17:00:00', end: '2018-11-21T22:00:00', resourceId: 'B-LONGTABLE' },
{ title: '10th COP Anniversary / Misa C.', start: '2018-11-22T13:00:00', end: '2018-11-22T20:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'RDS Knowledge Transfer / Dirk K.', start: '2018-11-23T10:00:00', end: '2018-11-23T12:00:00', resourceId: 'C-MEETROOM' },
{ title: 'XBID Product Backlog Refinement / Marek F.', start: '2018-11-26T14:00:00', end: '2018-11-26T15:00:00', resourceId: 'C-MEETROOM' },
{ title: 'EDT Workshop / Lars B.', start: '2018-11-26', end: '2018-11-28', resourceId: 'B-LONGTABLE' },
{ title: 'Toastmasters Public Speaking / Dirk K.', start: '2018-11-29T16:00:00', end: '2018-11-29T17:00:00', resourceId: 'B-LONGTABLE'},
{ title: 'Townhall Meeting / Misa C.', start: '2018-12-04T14:00:00', end: '2018-12-04T15:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'Townhall Meeting / Misa C.', start: '2018-12-05', end: '2018-12-05', resourceId: 'A-ROUNDTABLE' },
{ title: 'Townhall Meeting / Misa C.', start: '2018-12-05', end: '2018-12-05', resourceId: 'B-LONGTABLE' },
{ title: 'Townhall Meeting / Misa C.', start: '2018-12-05', end: '2018-12-05', resourceId: 'C-MEETROOM' },
{ title: 'ExCo Lunch / Konstanze O.', start: '2018-12-06T10:00:00', end: '2018-12-06T15:00:00', resourceId: 'C-MEETROOM' },
{ title: 'HR Innovation Meet-Up / Tom W.', start: '2018-12-06T15:00:00', end: '2018-12-06T17:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'HR Christmass Charity Shop / Mia M.', start: '2018-12-18T08:00:00', end: '2018-12-18T19:00:00', resourceId: 'A-ROUNDTABLE' },
{ title: 'M7 Internal Workshop / Kamil O.', start: '2018-11-22T14:00:00', end: '2018-11-22T15:30:00', resourceId: 'C-MEETROOM' },
{ title: 'Toastmasters Public Speaking / Dirk K.', start: '2018-12-13T16:00:00', end: '2018-12-13T17:00:00', resourceId: 'B-LONGTABLE' },
{ title: 'Toastmasters Public Speaking / Dirk K.', start: '2019-01-10T16:00:00', end: '2019-01-10T17:00:00', resourceId: 'B-LONGTABLE' }
]