Example of meeting object:
[{
"Subject":"TestMeeting",
"MeetingId":"AAMkADE1NTk1ZTU0LTY1NTctNGU4ZC1iODRkLTI4Yzc2ODBhZjVhMgFRAAgI3IwE7ymAAEYAAAAAD8sUFJv2DESN8Yiy0rFUwgcA4T4Kef1zuUmb...",
"SeriesRootId":"AAMkADE1NTk1ZTU0LTY1NTctNGU4ZC1iODRkLTI4Yzc2ODBhZjVhMgBGAAAAAAAPyxQUm-YMRI3xiLLSsVTCBwDhPgp5-XO5SZs04aRsgJUjA...",
"Start":"2024-06-14T22:10:00.000Z",
"End":"2024-06-14T22:30:00.000Z",
"Owner":"admin@M365x32047128.onmicrosoft.com",
"EventUrl":"https://outlook.office365.com/owa/?itemid=AAMkADE1NTk1ZTU0LTY1NTctNGU4ZC1iODRkLTI4Yzc2ODBhZjVhMgFRAAgI3IwE7ymAAEY...",
"JoinUrl":"https://teams.microsoft.com/l/meetup-join/19%3ameeting_Njc4YzBhNzYtMzEzMy00ZTEyLWIwMzYtODI4OGM5MmFhY2Y4%40thread.v...",
"RequiredAttendees":["NestorW@M365x32047128.OnMicrosoft.com"],
"OptionalAttendees":["AlexW@M365x32047128.OnMicrosoft.com"]
}]
| Subject | Title of the meeting |
| MeetingId | Internal Id of your occurrence meeting that is used for Update/Delete meeting actions |
| SeriesRootId | Id of your series meetings that is used for Update/Delete meeting actions |
| Start | Start time of the meeting |
| End | End time of the meeting |
| Owner | Email of the owner of the meeting |
| EventUrl | URL of the meeting to the outlook |
| JoinUrl | URL of the meeting to joining for |
| RequiredAttendees | User email of required attendees |
| OptionalAttendees | User email of optional attendees |