{
    "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"
    },
    "reminders": [
        {
            "method": "string",
            "minutes": "string"
        }
    ],
    "createTime": "string",
    "updateTime": "string",
    "onlineMeetingInfo": {
        "type": "string",
        "conferenceId": "string",
        "url": "string",
        "extraInfo": {}
    }
}