The api value returned for the owner is returning empty

Nghia Vi Duc 0 Reputation points
2025-04-17T08:57:27.25+00:00

Hi Support Team,

1
In my SharePoint app , i use this api to get all resource event
http://users/{resource.mail}/calendarView?$top=1000&startDateTime=${start}&endDateTime=${end}&$select=iCalUId,start,subject,end,seriesMasterId,isCancelled

and value return meeting room information ( iCalUid and id ... )

2
And when I use: https://graph.microsoft.com/v1.0/users/${mail}/calendarView?$top=1&startDateTime=${start}&endDateTime=${end}&$filter=iCalUId eq '${iCalId}'
with iCalId above

it returns: value: [] . ${mail} is the owner who created the event.

3
But when I use: https://graph.microsoft.com/v1.0/users/${resource.mail}/events/${id} it returns all the information.

My expectation is that when the owner calls the calendarView API, it should return the full event information.

4 Api access sharepoint

MailboxSettings.Read
Group.Read.All
User.Read.All
Calendars.ReadWrite.Shared
Place.Read.All

Thanks!

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,593 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.