{}curl --location --request GET 'http://127.0.0.1/v1.0/calendar/users//calendars//events' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"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"
}