Warning, /pim/libkgapi/autotests/calendar/data/freebusy1_query_response.txt is written in an unsupported language. File is not indexed.

0001 HTTP/1.1 200 OK
0002 Content-type: application/json; charset=UTF-8
0003 
0004 {
0005   "timeMax": "2018-04-02T14:00:00.000Z", 
0006   "kind": "calendar#freeBusy", 
0007   "calendars": {
0008     "MockAccount": {
0009       "busy": [
0010         {
0011           "start": "2018-04-01T12:30:00+02:00", 
0012           "end": "2018-04-01T13:30:00+02:00"
0013         },
0014         {
0015           "start": "2018-04-01T15:00:00+02:00",
0016           "end": "2018-04-01T16:30:00+02:00"
0017         }
0018       ]
0019     }
0020   }, 
0021   "timeMin": "2018-04-01T08:00:00.000Z"
0022 }