User calendarView response attributes for 'subject' & 'bodyPreview' are showing 'Organizer name' and 'empty' respectively, which is not correct information

Salokya, Sandip 1 Reputation point
2021-06-03T07:33:33.483+00:00

User calendarView response attributes for 'subject' & 'bodyPreview' are showing 'Organizer name' and 'empty' respectively, which is not correct information
'https://graph.microsoft.com/v1.0/users/conferenceRoomEmailId/calendarView/?startDateTime=2021-05-31T22:23:00Z&endDateTime=2021-06-02T00:00:00Z'
Response:
"subject": "Organizer Name ",
"bodyPreview": "",
For above Graph permission is given as calendar.Read.Shared.

now same compare with own calendarView the response is coming correctly
'https://graph.microsoft.com/v1.0/me/calendarView/?startDateTime=2021-05-31T22:23:00Z&endDateTime=2021-06-02T00:00:00Z'
Response:
"subject": "demo test ",
"bodyPreview": "testing graph API",

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,592 questions
{count} votes