{
    "nextToken": "string",
    "events": [
        {
            "id": "string",
            "summary": "string",
            "description": "string",
            "start": {
                "date": "string",
                "dateTime": "string",
                "timeZone": "string"
            },
            "end": {
                "date": "string",
                "dateTime": "string",
                "timeZone": "string"
            },
            "isAllDay": true,
            "recurrence": {
                "pattern": {
                    "type": "string",
                    "dayOfMonth": 0,
                    "daysOfWeek": "string",
                    "index": "string",
                    "interval": 0
                },
                "range": {
                    "type": "string",
                    "endDate": "string",
                    "numberOfOccurrences": 0
                }
            },
            "attendees": [
                {
                    "id": "string",
                    "displayName": "string",
                    "responseStatus": "string",
                    "self": true
                }
            ],
            "organizer": {
                "id": "string",
                "displayName": "string",
                "responseStatus": "string",
                "self": true
            },
            "location": {
                "displayName": "string"
            },
            "seriesMasterId": "string",
            "createTime": "string",
            "updateTime": "string",
            "status": "string",
            "onlineMeetingInfo": {
                "type": "string",
                "conferenceId": "string",
                "url": "string",
                "extraInfo": {}
            }
        }
    ],
    "syncToken": "string"
}